- bumped savegame version because the recent scriptification of APlayerPawn will render all old savegames unusable.

This commit is contained in:
Christoph Oelckers 2019-01-05 08:52:21 +01:00
parent bfbf7ff9c9
commit 86551e53df
1 changed files with 2 additions and 2 deletions

View File

@ -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"