OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastchance
(Results
1 - 1
of
1
) 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;
Completed in 12 milliseconds
Indexes created Sun Oct 26 13:09:57 GMT 2025