mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
bring minimal save version back, as most of the savegames load fine
This commit is contained in:
parent
b038c168c6
commit
9daec9dc46
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue