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

  /external/quake/quake/src/QW/client/
bothdefs.h 101 #define STAT_TOTALSECRETS 11
  /external/quake/quake/src/WinQuake/
quakedef.h 137 #define STAT_TOTALSECRETS 11
sbar.cpp 466 sprintf (str,"Secrets :%3i /%3i", cl.stats[STAT_SECRETS], cl.stats[STAT_TOTALSECRETS]);
1304 Sbar_IntermissionNumber (240, 104, cl.stats[STAT_TOTALSECRETS], 3, 0);
host_cmd.cpp 1370 MSG_WriteByte (&host_client->message, STAT_TOTALSECRETS);
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 371 ClientReliableWrite_Byte (host_client, STAT_TOTALSECRETS);
    [all...]

Completed in 66 milliseconds