mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
bring minimal save version back, as most of the savegames load fine
# Conflicts: # src/version.h
This commit is contained in:
parent
dee1e6d675
commit
e3baacd9f6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue