bring minimal save version back, as most of the savegames load fine

This commit is contained in:
Alexander Kromm 2020-02-06 21:49:59 +07:00 committed by Christoph Oelckers
parent b038c168c6
commit 9daec9dc46

View file

@ -84,7 +84,7 @@ const char *GetVersionString();
#define SAVEGAME_EXT "zds"
// MINSAVEVER is the minimum level snapshot version that can be loaded.
#define MINSAVEVER 4558
#define MINSAVEVER 4556
// Use 4500 as the base git save version, since it's higher than the
// SVN revision ever got.