From e0717e30b4fb9a30e73862427fd8334f9560eaaa Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 2 Oct 2020 22:19:32 +0200 Subject: [PATCH] - savegame version change for the new member in spritetype. --- source/core/version.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/core/version.h b/source/core/version.h index c182da35a..aae54f531 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -69,15 +69,15 @@ const char *GetVersionString(); #define SAVESIG_SW GAMENAME ".ShadowWarrior" #define SAVESIG_PS GAMENAME ".Exhumed" -#define MINSAVEVER_DN3D 9 -#define MINSAVEVER_BLD 9 -#define MINSAVEVER_SW 9 -#define MINSAVEVER_PS 9 +#define MINSAVEVER_DN3D 10 +#define MINSAVEVER_BLD 10 +#define MINSAVEVER_SW 10 +#define MINSAVEVER_PS 10 -#define SAVEVER_DN3D 9 -#define SAVEVER_BLD 9 -#define SAVEVER_SW 9 -#define SAVEVER_PS 9 +#define SAVEVER_DN3D 10 +#define SAVEVER_BLD 10 +#define SAVEVER_SW 10 +#define SAVEVER_PS 10 #define NETGAMEVERSION 1