From 6a46bcfb91fc4dc8606fec46d6c98dcac758d2ef Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 27 Apr 2014 15:53:44 +0000 Subject: [PATCH] - Fixed incompatible savegames because of keys and locks externalization (by anv) git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7166 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameVersion.h b/GameVersion.h index d05a5b84..98bf09a4 100644 --- a/GameVersion.h +++ b/GameVersion.h @@ -72,7 +72,7 @@ extern CHAR16 zTrackingNumber[16]; #define AP100_SAVEGAME_DATATYPE_CHANGE 105 // Before this, we didn't have the 100AP structure changes #define NIV_SAVEGAME_DATATYPE_CHANGE 102 // Before this, we used the old structure system -#define SAVE_GAME_VERSION MILITIA_MOVEMENT +#define SAVE_GAME_VERSION MORE_LOCKS_AND_KEYS //#define RUSSIANGOLD #ifdef __cplusplus