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

  /src/games/hack/
hack.mon.c 75 static long lastwarntime; variable in typeref:typename:long
155 if (warnlevel > lastwarnlev || moves > lastwarntime + 5) {
172 lastwarntime = moves;
hack.mon.c 75 static long lastwarntime; variable in typeref:typename:long
155 if (warnlevel > lastwarnlev || moves > lastwarntime + 5) {
172 lastwarntime = moves;

Completed in 23 milliseconds