OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025