summaryrefslogtreecommitdiff
path: root/source/protocol.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-04-10 15:53:59 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-04-10 15:53:59 +0000
commit8c795585fb0c6c9178d9981f6943da04b7279205 (patch)
tree9d5add8674b9f7a8da6bfc359af474a72aa92d35 /source/protocol.h
parent0cdbc544c0305ff142f556beb3220b7f7382ac48 (diff)
Updated revision to 226.
Made dummy MVD client call ge->ClientThink each frame. New minor Q2PRO protocol version, 1013. Added server side workaround of clientNum bug in older Q2PRO clients. Added `mvd_filter_version' variable. MVD client no longer checks for intermission mode by default. Added `mvd_freeze_hack' variable to enable intermission handling.
Diffstat (limited to 'source/protocol.h')
-rw-r--r--source/protocol.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/protocol.h b/source/protocol.h
index 56811cb..926c8fd 100644
--- a/source/protocol.h
+++ b/source/protocol.h
@@ -33,9 +33,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define PROTOCOL_VERSION_R1Q2_MINIMUM 1903 // b6377
#define PROTOCOL_VERSION_R1Q2_UCMD 1904 // b7387
#define PROTOCOL_VERSION_R1Q2_CURRENT 1904 // b7387
-#define PROTOCOL_VERSION_Q2PRO_MINIMUM 1011 // r161
-#define PROTOCOL_VERSION_Q2PRO_UCMD 1012 // r179
-#define PROTOCOL_VERSION_Q2PRO_CURRENT 1012 // r179
+#define PROTOCOL_VERSION_Q2PRO_MINIMUM 1011 // r161
+#define PROTOCOL_VERSION_Q2PRO_UCMD 1012 // r179
+#define PROTOCOL_VERSION_Q2PRO_CLIENTFIX 1013 // r226
+#define PROTOCOL_VERSION_Q2PRO_CURRENT 1013 // r226
#define PROTOCOL_VERSION_MVD_MINIMUM 2009 // r168
#define PROTOCOL_VERSION_MVD_CURRENT 2010 // r177