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

  /src/games/wump/
wump.c 504 static int lastchance = 2; local in function:shoot
506 if (random() % (level == EASY ? 12 : 9) < (lastchance += 2)) {
510 lastchance = random() % 3;
wump.c 504 static int lastchance = 2; local in function:shoot
506 if (random() % (level == EASY ? 12 : 9) < (lastchance += 2)) {
510 lastchance = random() % 3;

Completed in 26 milliseconds