Home
last modified time | relevance | path

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

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DRogue.h3100 void findAlternativeHomeFor(creature *monst, short *x, short *y, boolean chooseRandomly);
H A DMonsters.c3769 void findAlternativeHomeFor(creature *monst, short *x, short *y, boolean chooseRandomly) { in findAlternativeHomeFor() function
H A DItems.c4685 findAlternativeHomeFor(monst, &x2, &y2, true); in detonateBolt()