Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/client/
Dbothdefs.h103 #define STAT_SECRETS 13 // bumped on client side by svc_foundsecret macro
Dcl_demo.c644 MSG_WriteByte (&buf, STAT_SECRETS); in CL_Record_f()
645 MSG_WriteLong (&buf, cl.stats[STAT_SECRETS]); in CL_Record_f()
Dcl_parse.c1259 cl.stats[STAT_SECRETS]++; in CL_ParseServerMessage()
/external/quake/quake/src/WinQuake/
Dquakedef.h139 #define STAT_SECRETS 13 // bumped on client side by svc_foundsecret macro
Dsbar.cpp466 sprintf (str,"Secrets :%3i /%3i", cl.stats[STAT_SECRETS], cl.stats[STAT_TOTALSECRETS]); in Sbar_SoloScoreboard()
1302 Sbar_IntermissionNumber (160, 104, cl.stats[STAT_SECRETS], 3, 0); in Sbar_IntermissionOverlay()
Dcl_parse.cpp914 cl.stats[STAT_SECRETS]++; in CL_ParseServerMessage()
Dhost_cmd.cpp1378 MSG_WriteByte (&host_client->message, STAT_SECRETS); in Host_Spawn_f()
/external/quake/quake/src/QW/server/
Dsv_user.c379 ClientReliableWrite_Byte (host_client, STAT_SECRETS); in SV_Spawn_f()