From 86551e53df40be2e850e6f1024a1e49a1794378c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 5 Jan 2019 08:52:21 +0100 Subject: [PATCH] - bumped savegame version because the recent scriptification of APlayerPawn will render all old savegames unusable. --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index de26a0209..3387ae54a 100644 --- a/src/version.h +++ b/src/version.h @@ -87,11 +87,11 @@ const char *GetVersionString(); #define SAVEGAME_EXT "zds" // MINSAVEVER is the minimum level snapshot version that can be loaded. -#define MINSAVEVER 4554 +#define MINSAVEVER 4555 // Use 4500 as the base git save version, since it's higher than the // SVN revision ever got. -#define SAVEVER 4554 +#define SAVEVER 4555 // This is so that derivates can use the same savegame versions without worrying about engine compatibility #define GAMESIG "GZDOOM"