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

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

Completed in 55 milliseconds