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

# Conflicts:
#	src/version.h
This commit is contained in:
Alexander Kromm 2020-02-06 21:49:59 +07:00 committed by drfrag
parent dee1e6d675
commit e3baacd9f6

View file

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