diff options
author | Andrey Nazarov <skuller@skuller.net> | 2013-01-31 23:53:30 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2013-01-31 23:53:30 +0400 |
commit | a6b0f67b9a89e1297a08030f24afe4f88c207ef8 (patch) | |
tree | f7749279935ea1472d8a39c60b45f3c65a689bb3 | |
parent | f1705a3b61c4a3069255ae3595b5d03820748848 (diff) |
Add new minor Q2PRO protocol version 1020.
-rw-r--r-- | inc/common/protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/common/protocol.h b/inc/common/protocol.h index 3c4b273..5d752ef 100644 --- a/inc/common/protocol.h +++ b/inc/common/protocol.h @@ -45,7 +45,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #define PROTOCOL_VERSION_Q2PRO_BEAM_ORIGIN 1017 // r1037-8 #define PROTOCOL_VERSION_Q2PRO_SHORT_ANGLES 1018 // r1037-44 #define PROTOCOL_VERSION_Q2PRO_SERVER_STATE 1019 // r1302 -#define PROTOCOL_VERSION_Q2PRO_CURRENT 1019 // r1302 +#define PROTOCOL_VERSION_Q2PRO_EXTENDED_LAYOUT 1020 // r1354 +#define PROTOCOL_VERSION_Q2PRO_CURRENT 1020 // r1354 #define PROTOCOL_VERSION_MVD_MINIMUM 2009 // r168 #define PROTOCOL_VERSION_MVD_CURRENT 2010 // r177 |