Searched refs:daysold (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/games/phantasia/
H A Dgamesupport.c636 int daysold; /* how many days since the character has been
649 daysold = today - Other.p_lastused;
650 if (daysold < 0)
651 daysold += 365;
653 if (daysold > N_DAYSOLD)
632 int daysold; /* how many days since the character has been local

Completed in 65 milliseconds