Home
last modified time | relevance | path

Searched refs:STAT_MONSTERS (Results 1 – 8 of 8) sorted by relevance

/external/quake/quake/src/QW/client/
Dbothdefs.h104 #define STAT_MONSTERS 14 // bumped by svc_killedmonster macro
Dcl_demo.c648 MSG_WriteByte (&buf, STAT_MONSTERS); in CL_Record_f()
649 MSG_WriteLong (&buf, cl.stats[STAT_MONSTERS]); in CL_Record_f()
Dcl_parse.c1255 cl.stats[STAT_MONSTERS]++; in CL_ParseServerMessage()
/external/quake/quake/src/WinQuake/
Dquakedef.h140 #define STAT_MONSTERS 14 // bumped by svc_killedmonster macro
Dsbar.cpp463 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()
Dhost_cmd.cpp457 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()
Dcl_parse.cpp910 cl.stats[STAT_MONSTERS]++; in CL_ParseServerMessage()
/external/quake/quake/src/QW/server/
Dsv_user.c383 ClientReliableWrite_Byte (host_client, STAT_MONSTERS); in SV_Spawn_f()