From c87b860595736c3e57ce7cee3effd84eb0aca247 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Mon, 8 Dec 2008 15:45:12 +0000 Subject: [PATCH] Made MULTI_D1X_PROTO use D1X-IVER so no different releases can play together with Version checking enabled --- CHANGELOG.txt | 4 ++++ main/multi.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 90299c688..dc73a2bee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/main/multi.h b/main/multi.h index b73c7e4ed..8aaa64d94 100644 --- a/main/multi.h +++ b/main/multi.h @@ -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