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

  /src/games/hack/
hack.mon.c 580 int nowtyp; local in function:mfndpos
585 nowtyp = levl[x][y].typ;
599 if (!(nx != x && ny != y && (nowtyp == DOOR || ntyp == DOOR)))
660 if (!cnt && pool && nowtyp != POOL) {
hack.mon.c 580 int nowtyp; local in function:mfndpos
585 nowtyp = levl[x][y].typ;
599 if (!(nx != x && ny != y && (nowtyp == DOOR || ntyp == DOOR)))
660 if (!cnt && pool && nowtyp != POOL) {

Completed in 134 milliseconds