diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 07342e04c..c3b3c0769 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,10 +4,6 @@ D1X-Rebirth Changelog -------- main/netpkt.c, main/netpkt.h, main/network.c, main/network.h: Cleaned a frameinfo-packet related code and introduced more of D2X - especially for short packets (which is thankfully covered by Version checking) -20081208 --------- -main/multi.h: Made MULTI_D1X_PROTO use D1X-IVER so no different releases can play together with Version checking enabled - 20081207 -------- arch/include/key.h, arch/sdl/key.c, d1x-rebirth.xcodeproj/project.pbxproj, main/game.c, main/inferno.c, main/inferno.h, main/kconfig.c, main/newdemo.c, main/newmenu.c, main/piggy.c: Get Mac command keys working, update Xcode project diff --git a/main/multi.h b/main/multi.h index 8aaa64d94..4bd7498c5 100644 --- a/main/multi.h +++ b/main/multi.h @@ -46,7 +46,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #else #define MULTI_PROTO_VERSION 2 #endif -#define MULTI_PROTO_D1X_VER D1X_IVER // Change the D1X protocol version with each release so no version is compatible with each other (except micro revisions) +#define MULTI_PROTO_D1X_VER 6 // Increment everytime we change networking features //Incrementing this seems the only way possible. Still stays backwards compitible. #define MULTI_PROTO_D1X_MINOR 1