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

  /src/games/wump/
wump.c 101 static int arrows_left; /* arrows unshot */ variable in typeref:typename:int
235 arrows_left = arrow_num;
267 player_loc, arrows_left, plural(arrows_left));
497 if (!--arrows_left) {
wump.c 101 static int arrows_left; /* arrows unshot */ variable in typeref:typename:int
235 arrows_left = arrow_num;
267 player_loc, arrows_left, plural(arrows_left));
497 if (!--arrows_left) {
wump.c 101 static int arrows_left; /* arrows unshot */ variable in typeref:typename:int
235 arrows_left = arrow_num;
267 player_loc, arrows_left, plural(arrows_left));
497 if (!--arrows_left) {
wump.c 101 static int arrows_left; /* arrows unshot */ variable in typeref:typename:int
235 arrows_left = arrow_num;
267 player_loc, arrows_left, plural(arrows_left));
497 if (!--arrows_left) {

Completed in 47 milliseconds