OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flockcnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/phantasia/
fight.c
36
volatile int
flockcnt
= 1; /* how many time flocked */
local in function:encounter
151
++
flockcnt
;
157
&& drandom() > 0.2 + pow(0.4, (double) (
flockcnt
/ 3 + Circle / 3.0)))
165
getyx(stdscr, Lines,
flockcnt
);
fight.c
36
volatile int
flockcnt
= 1; /* how many time flocked */
local in function:encounter
151
++
flockcnt
;
157
&& drandom() > 0.2 + pow(0.4, (double) (
flockcnt
/ 3 + Circle / 3.0)))
165
getyx(stdscr, Lines,
flockcnt
);
Completed in 25 milliseconds
Indexes created Mon Oct 06 15:09:44 GMT 2025