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

  /external/quake/quake/src/QW/client/
bothdefs.h 103 #define STAT_SECRETS 13 // bumped on client side by svc_foundsecret
cl_demo.c 644 MSG_WriteByte (&buf, STAT_SECRETS);
645 MSG_WriteLong (&buf, cl.stats[STAT_SECRETS]);
cl_parse.c 1259 cl.stats[STAT_SECRETS]++;
  /external/quake/quake/src/WinQuake/
quakedef.h 139 #define STAT_SECRETS 13 // bumped on client side by svc_foundsecret
sbar.cpp 466 sprintf (str,"Secrets :%3i /%3i", cl.stats[STAT_SECRETS], cl.stats[STAT_TOTALSECRETS]);
1302 Sbar_IntermissionNumber (160, 104, cl.stats[STAT_SECRETS], 3, 0);
cl_parse.cpp 914 cl.stats[STAT_SECRETS]++;
host_cmd.cpp 1378 MSG_WriteByte (&host_client->message, STAT_SECRETS);
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 379 ClientReliableWrite_Byte (host_client, STAT_SECRETS);
    [all...]

Completed in 26 milliseconds