HomeSort by: relevance | last modified time | path
    Searched defs:hiexp (Results 1 - 2 of 2) sorted by relevancy

  /src/games/phantasia/
main.c 664 double hiexp, nxtexp; /* used for finding the two highest players */ local in function:titlelist
726 hiexp = 0.0;
731 if (Other.p_experience > hiexp && Other.p_specialtype <= SC_KING && Other.p_status != S_NOTUSED)
734 nxtexp = hiexp;
735 hiexp = Other.p_experience;
main.c 664 double hiexp, nxtexp; /* used for finding the two highest players */ local in function:titlelist
726 hiexp = 0.0;
731 if (Other.p_experience > hiexp && Other.p_specialtype <= SC_KING && Other.p_status != S_NOTUSED)
734 nxtexp = hiexp;
735 hiexp = Other.p_experience;

Completed in 28 milliseconds