HomeSort by: relevance | last modified time | path
    Searched refs:test_mons (Results 1 - 1 of 1) sorted by relevancy

  /src/games/rogue/
monster.c 192 object *monster, *next_monster, *test_mons; local in function:mv_mons
231 NM: test_mons = level_monsters.next_monster;
233 while (test_mons)
235 if (next_monster == test_mons)
240 test_mons = test_mons -> next_monster;

Completed in 12 milliseconds