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 - 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
Indexes created Thu Oct 02 14:10:14 GMT 2025