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

  /external/quake/quake/src/WinQuake/
net_dgrm.cpp 882 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION);
976 if (MSG_ReadByte() != NET_PROTOCOL_VERSION)
1123 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION);
1172 if (MSG_ReadByte() != NET_PROTOCOL_VERSION)
1258 MSG_WriteByte(&net_message, NET_PROTOCOL_VERSION);
    [all...]
net.h 45 #define NET_PROTOCOL_VERSION 3
58 // byte net_protocol_version NET_PROTOCOL_VERSION
62 // byte net_protocol_version NET_PROTOCOL_VERSION
84 // byte protocol_version NET_PROTOCOL_VERSION

Completed in 377 milliseconds