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 e2834e4efb
commit 7ebffe4dc7
2 changed files with 1 additions and 5 deletions

View file

@ -1,9 +1,5 @@
D2X-Rebirth Changelog
20081208
--------
main/multi.h, main/network.c: Implemented MULTI_D2X_PROTO by using D2X-IVER for strict Version-checking in UDP/IP
20081207
--------
2d/pcx.c, 3d/interp.c, arch/include/key.h, arch/sdl/key.c, d2x-rebirth.xcodeproj/project.pbxproj, iff/iff.c, include/gr.h, include/pcx.h, include/u_mem.h, main/automap.c, main/escort.c, main/game.c, main/gamecntl.c, main/gauges.h, main/inferno.c, main/inferno.h, main/kconfig.c, main/mglobal.c, main/newdemo.c, main/newdemo.h, main/newmenu.c, main/piggy.c, main/render.c, main/songs.c, main/titles.c: Get Mac command keys working, MACINTOSH code cleanup, update Xcode project

View file

@ -35,7 +35,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#else
#define MULTI_PROTO_VERSION 4
#endif
#define MULTI_PROTO_D2X_VER D2X_IVER // Change the D2X protocol version with each release so no version is compatible with each other (except micro revisions)
#define MULTI_PROTO_D2X_VER 6 // Increment everytime we change networking features
// Protocol versions:
// 1 Descent Shareware