Home
last modified time | relevance | path

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

/dports/games/angband/Angband-4.2.2/src/
H A Dcave.h366 bool square_isnoscent(struct chunk *c, struct loc grid);
H A Dgame-world.c502 if (square_isnoscent(cave, scent)) continue; in update_scent()
H A Dcave-square.c754 bool square_isnoscent(struct chunk *c, struct loc grid) { in square_isnoscent() function