mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- bumped min. savegame version for changes in sound sequence code.
SVN r853 (trunk)
This commit is contained in:
parent
f9b05c2b0c
commit
d730d7ee1c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
// SAVESIG should match SAVEVER.
|
||||
|
||||
// MINSAVEVER is the minimum level snapshot version that can be loaded.
|
||||
#define MINSAVEVER 837
|
||||
#define MINSAVEVER 849
|
||||
|
||||
#if SVN_REVISION_NUMBER < MINSAVEVER
|
||||
// Never write a savegame with a version lower than what we need
|
||||
|
|
Loading…
Reference in a new issue