Made MULTI_D1X_PROTO use D1X-IVER so no different releases can play together with Version checking enabled

This commit is contained in:
zicodxx 2008-12-08 15:45:12 +00:00
parent f257e48ddc
commit c87b860595
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
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

@ -33,6 +33,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
// Defines
#include "gameseq.h"
#include "piggy.h"
#include "vers_id.h"
//added 03/05/99 Matt Mueller
#include "compare.h"
@ -45,7 +46,7 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#else
#define MULTI_PROTO_VERSION 2
#endif
#define MULTI_PROTO_D1X_VER 4 // Increment everytime we change networking features
#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)
//Incrementing this seems the only way possible. Still stays backwards compitible.
#define MULTI_PROTO_D1X_MINOR 1