OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protover
(Results
1 - 1
of
1
) sorted by null
/external/quake/quake/src/QW/client/
cl_parse.c
532
int
protover
;
local
542
protover
= MSG_ReadLong ();
543
if (
protover
!= PROTOCOL_VERSION &&
544
!(cls.demoplayback && (
protover
== 26 ||
protover
== 27 ||
protover
== 28)))
545
Host_EndGame ("Server returned version %i, not %i\nYou probably need to upgrade.\nCheck http://www.quakeworld.net/",
protover
, PROTOCOL_VERSION);
Completed in 39 milliseconds