Home | Sort by: relevance | last modified time | path |
/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) { |