diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-01-13 02:35:32 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-01-13 02:35:32 +0000 |
commit | 8c44753f1294c3ad4fbf64c8c3b390d06cdc99d9 (patch) | |
tree | 6f9655701256d79cd33914c23be03b64ca261af6 /source/protocol.h | |
parent | a0db25a7e12f83e46787f09eca5ec9e4a3de640a (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.h | 3 |
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 |