OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:daysold
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/phantasia/
gamesupport.c
496
int
daysold
; /* how many days since the character has been
local in function:purgeoldplayers
509
daysold
= today - Other.p_lastused;
510
if (
daysold
< 0)
511
daysold
+= 365;
513
if (
daysold
> N_DAYSOLD)
Completed in 12 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025