HomeSort by: relevance | last modified time | path
    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