From f1b40b78785aaf4b3322e3144e50e3f0b0779fe0 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 28 Oct 2021 18:59:40 +0200 Subject: [PATCH] - bumped savegame version for Exhumed. --- source/core/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/version.h b/source/core/version.h index d07614e3b..0b1c6fe9b 100644 --- a/source/core/version.h +++ b/source/core/version.h @@ -72,12 +72,12 @@ const char *GetVersionString(); #define MINSAVEVER_DN3D 10 #define MINSAVEVER_BLD 11 #define MINSAVEVER_SW 12 -#define MINSAVEVER_PS 12 +#define MINSAVEVER_PS 14 #define SAVEVER_DN3D 11 #define SAVEVER_BLD 11 #define SAVEVER_SW 12 -#define SAVEVER_PS 13 +#define SAVEVER_PS 14 #define OLD_SAVEGAME 1 // this is to keep writing out the old format in Blood, even when data has been refactored. #define NETGAMEVERSION 1