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

  /src/games/rogue/
hit.c 337 boolean first_miss = 1; local in function:fight
344 if (first_miss) {
346 first_miss = 0;
throw.c 66 boolean first_miss = 1; local in function:throw
73 if (first_miss) {
75 first_miss = 0;
zap.c 69 boolean first_miss = 1; local in function:zapp
76 if (first_miss) {
78 first_miss = 0;
move.c 323 boolean first_miss = 1; local in function:move_onto
327 if (first_miss) {
329 first_miss = 0;

Completed in 12 milliseconds