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

  /external/quake/quake/src/WinQuake/
protocol.h 86 #define svc_updatestat 3 // [byte] [long] macro
host_cmd.cpp 1369 MSG_WriteByte (&host_client->message, svc_updatestat);
1373 MSG_WriteByte (&host_client->message, svc_updatestat);
1377 MSG_WriteByte (&host_client->message, svc_updatestat);
1381 MSG_WriteByte (&host_client->message, svc_updatestat);
    [all...]
cl_parse.cpp 29 "svc_updatestat",
917 case svc_updatestat:
920 Sys_Error ("svc_updatestat: %i is invalid", i);
  /gdk/samples/quake/jni/
protocol.h 86 #define svc_updatestat 3 // [byte] [long] macro
host_cmd.cpp 1369 MSG_WriteByte (&host_client->message, svc_updatestat);
1373 MSG_WriteByte (&host_client->message, svc_updatestat);
1377 MSG_WriteByte (&host_client->message, svc_updatestat);
1381 MSG_WriteByte (&host_client->message, svc_updatestat);
    [all...]
cl_parse.cpp 29 "svc_updatestat",
917 case svc_updatestat:
920 Sys_Error ("svc_updatestat: %i is invalid", i);
  /external/quake/quake/src/QW/client/
protocol.h 64 #define svc_updatestat 3 // [byte] [byte] macro
cl_parse.c 29 "svc_updatestat",
1262 case svc_updatestat:
  /external/quake/quake/src/QW/server/
sv_send.c 551 ClientReliableWrite_Begin(client, svc_updatestat, 3);

Completed in 168 milliseconds