Changing back the use of D*X_IVER for Version checking as IVER is already too big for ubyte

This commit is contained in:
zicodxx 2008-12-12 02:05:30 +00:00
parent 53efe6c01a
commit 616ddc6c45
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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