OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shot_req
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/hunt/huntd/
extern.c
67
const int
shot_req
[MAXBOMB] = {
variable in typeref:typename:const int[]
execute.c
348
while (req_index >= 0 && pp->p_ammo <
shot_req
[req_index])
360
pp->p_ammo -=
shot_req
[req_index];
366
shot_req
[req_index], pp, false, pp->p_face);
454
if (
shot_req
[size] >= charge)
hunt.h
46
extern const int
shot_req
[];
driver.c
720
if (n >=
shot_req
[x])
725
if (y >= 0 && slime_req[y] >
shot_req
[x]) {
731
x =
shot_req
[x];
798
shot_req
[MINDSHOT +
Completed in 22 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025