diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-09-16 19:57:58 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-09-16 19:57:58 +0000 |
commit | e68f49dd90d1650880d7124ec0a909b49805a83c (patch) | |
tree | fb50637055786c87caf262f1d58b1fb8ebe6025c /source/protocol.h | |
parent | a9eefaa6dd9de85d28626fd2f141a38a3148caed (diff) |
MVD client now makes sure mapfile exists before doing CM_LoadMap.
Fixed MVD client not being killed in case of Com_Error resulting in a crash.
Made server HTML output pass formal validation.
Fixed COM_AppendExtension.
Pack usercmd button mask into 3 bits instead of 8.
Bumped minor Q2PRO protocol version.
Diffstat (limited to 'source/protocol.h')
-rw-r--r-- | source/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/protocol.h b/source/protocol.h index b69401b..f379df5 100644 --- a/source/protocol.h +++ b/source/protocol.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PROTOCOL_VERSION_MVD 37 // not used for UDP connections #define PROTOCOL_VERSION_R1Q2_MINOR 1903 // r1q2-b6377 -#define PROTOCOL_VERSION_Q2PRO_MINOR 1010 // q2pro r158 +#define PROTOCOL_VERSION_Q2PRO_MINOR 1011 // q2pro r161 #define PROTOCOL_VERSION_MVD_MINOR 2008 // q2pro r160 //========================================= |