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

  /src/games/hack/
hack.c 273 static long lastmovetime; local in function:domove
278 if (moves > lastmovetime + 2 || moves < lastmovetime)
280 lastmovetime = moves;
hack.c 273 static long lastmovetime; local in function:domove
278 if (moves > lastmovetime + 2 || moves < lastmovetime)
280 lastmovetime = moves;
hack.c 273 static long lastmovetime; local in function:domove
278 if (moves > lastmovetime + 2 || moves < lastmovetime)
280 lastmovetime = moves;

Completed in 32 milliseconds