OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STAT_SHELLS
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
bothdefs.h
96
#define
STAT_SHELLS
6
sbar.c
549
sprintf (num, "%3i",cl.stats[
STAT_SHELLS
+i] );
/external/quake/quake/src/WinQuake/
quakedef.h
132
#define
STAT_SHELLS
6
cl_parse.cpp
598
if (cl.stats[
STAT_SHELLS
+i] != j)
600
cl.stats[
STAT_SHELLS
+i] = j;
sbar.cpp
664
sprintf (num, "%3i",cl.stats[
STAT_SHELLS
+i] );
/external/quake/quake/src/QW/server/
sv_send.c
536
stats[
STAT_SHELLS
] = ent->v.ammo_shells;
Completed in 74 milliseconds