HomeSort by relevance Sort by last modified time
    Searched refs:STAT_TOTALMONSTERS (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
bothdefs.h 102 #define STAT_TOTALMONSTERS 12
cl_demo.c 640 MSG_WriteByte (&buf, STAT_TOTALMONSTERS);
641 MSG_WriteLong (&buf, cl.stats[STAT_TOTALMONSTERS]);
  /external/quake/quake/src/WinQuake/
quakedef.h 138 #define STAT_TOTALMONSTERS 12
sbar.cpp 463 sprintf (str,"Monsters:%3i /%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS]);
1308 Sbar_IntermissionNumber (240, 144, cl.stats[STAT_TOTALMONSTERS], 3, 0);
host_cmd.cpp 457 sprintf (kills,"kills:%3i/%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS]);
1374 MSG_WriteByte (&host_client->message, STAT_TOTALMONSTERS);
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 375 ClientReliableWrite_Byte (host_client, STAT_TOTALMONSTERS);
    [all...]

Completed in 49 milliseconds