Home
last modified time | relevance | path

Searched refs:ntyp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/games/hack/
H A Dhack.mon.c573 int x, y, nx, ny, cnt = 0, ntyp; in mfndpos() local
593 if (!IS_ROCK(ntyp = levl[nx][ny].typ)) in mfndpos()
594 if (!(nx != x && ny != y && (nowtyp == DOOR || ntyp == DOOR))) in mfndpos()
595 if ((ntyp == POOL) == pool) { in mfndpos()