Home | Sort by: relevance | last modified time | path |
/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; |