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

  /src/games/hack/
hack.mon.c 114 boolean inpool, iseel; local in function:movemon
116 inpool = (levl[mtmp->mx][mtmp->my].typ == POOL);
118 if (inpool && !iseel) {
125 if (iseel && !inpool) {

Completed in 12 milliseconds