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

  /external/quake/quake/src/QW/client/
protocol.h 130 #define svc_updatepl 53 // [byte] [byte] macro
cl_demo.c 601 MSG_WriteByte (&buf, svc_updatepl);
cl_parse.c 88 "svc_updatepl",
1228 case svc_updatepl:
1231 Host_EndGame ("CL_ParseServerMessage: svc_updatepl > MAX_SCOREBOARD");
  /external/quake/quake/src/QW/server/
sv_main.c 290 MSG_WriteByte (buf, svc_updatepl);
    [all...]
sv_user.c 858 ClientReliableWrite_Begin (host_client, svc_updatepl, 4);
    [all...]

Completed in 16 milliseconds