mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-24 21:41:23 +00:00
Bump ASYNC_PROTOCOL_MINOR
Due to changed protocol we're not compatible anymore.
This commit is contained in:
parent
e85823f8ce
commit
f9ca9c0119
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