mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-19 07:51:54 +00:00
Bump ASYNC_PROTOCOL_MINOR
Due to changed protocol we're not compatible anymore.
This commit is contained in:
parent
7620131b8f
commit
20aaba2c65
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue