Bump ASYNC_PROTOCOL_MINOR

Due to changed protocol we're not compatible anymore.
This commit is contained in:
dhewg 2012-07-03 23:10:47 +02:00 committed by Daniel Gibson
parent e85823f8ce
commit f9ca9c0119

View file

@ -92,8 +92,10 @@ DOOM III gold: 33
1.2 XP: 36-39
1.3 patch: 40
1.3.1: 41
dhewm WIP 42
*/
#define ASYNC_PROTOCOL_MINOR (41)
#define ASYNC_PROTOCOL_MINOR (42)
#define ASYNC_PROTOCOL_VERSION (( ASYNC_PROTOCOL_MAJOR << 16 ) + ASYNC_PROTOCOL_MINOR)
#define MAX_ASYNC_CLIENTS (32)