summaryrefslogtreecommitdiff
path: root/source/protocol.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-01-13 02:35:32 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-01-13 02:35:32 +0000
commit8c44753f1294c3ad4fbf64c8c3b390d06cdc99d9 (patch)
tree6f9655701256d79cd33914c23be03b64ca261af6 /source/protocol.h
parenta0db25a7e12f83e46787f09eca5ec9e4a3de640a (diff)
New minor Q2PRO protocol version, 1012.
Save up to 6 bits on each usercmd vector component. Measure frame duration more accurately in CL_UpdateCmd.
Diffstat (limited to 'source/protocol.h')
-rw-r--r--source/protocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/protocol.h b/source/protocol.h
index 6cc6613..efd06c1 100644
--- a/source/protocol.h
+++ b/source/protocol.h
@@ -34,7 +34,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#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_CURRENT 1011 // r161
+#define PROTOCOL_VERSION_Q2PRO_UCMD 1012 // r179
+#define PROTOCOL_VERSION_Q2PRO_CURRENT 1012 // r179
#define PROTOCOL_VERSION_MVD_MINIMUM 2009 // r168
#define PROTOCOL_VERSION_MVD_CURRENT 2010 // r177