Home
last modified time | relevance | path

Searched refs:STAT_TOTALSECRETS (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
Dbothdefs.h101 #define STAT_TOTALSECRETS 11 macro
/external/quake/quake/src/WinQuake/
Dquakedef.h137 #define STAT_TOTALSECRETS 11 macro
Dsbar.cpp466 sprintf (str,"Secrets :%3i /%3i", cl.stats[STAT_SECRETS], cl.stats[STAT_TOTALSECRETS]); in Sbar_SoloScoreboard()
1304 Sbar_IntermissionNumber (240, 104, cl.stats[STAT_TOTALSECRETS], 3, 0); in Sbar_IntermissionOverlay()
Dhost_cmd.cpp1370 MSG_WriteByte (&host_client->message, STAT_TOTALSECRETS); in Host_Spawn_f()
/external/quake/quake/src/QW/server/
Dsv_user.c371 ClientReliableWrite_Byte (host_client, STAT_TOTALSECRETS); in SV_Spawn_f()