Searched refs:STAT_MONSTERS (Results 1 – 8 of 8) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | bothdefs.h | 104 #define STAT_MONSTERS 14 // bumped by svc_killedmonster macro
|
D | cl_demo.c | 648 MSG_WriteByte (&buf, STAT_MONSTERS); in CL_Record_f() 649 MSG_WriteLong (&buf, cl.stats[STAT_MONSTERS]); in CL_Record_f()
|
D | cl_parse.c | 1255 cl.stats[STAT_MONSTERS]++; in CL_ParseServerMessage()
|
/external/quake/quake/src/WinQuake/ |
D | quakedef.h | 140 #define STAT_MONSTERS 14 // bumped by svc_killedmonster macro
|
D | sbar.cpp | 463 sprintf (str,"Monsters:%3i /%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS]); in Sbar_SoloScoreboard() 1306 Sbar_IntermissionNumber (160, 144, cl.stats[STAT_MONSTERS], 3, 0); in Sbar_IntermissionOverlay()
|
D | host_cmd.cpp | 457 sprintf (kills,"kills:%3i/%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS]); in Host_SavegameComment() 1382 MSG_WriteByte (&host_client->message, STAT_MONSTERS); in Host_Spawn_f()
|
D | cl_parse.cpp | 910 cl.stats[STAT_MONSTERS]++; in CL_ParseServerMessage()
|
/external/quake/quake/src/QW/server/ |
D | sv_user.c | 383 ClientReliableWrite_Byte (host_client, STAT_MONSTERS); in SV_Spawn_f()
|