mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- bumped min. savegame version for changes in sound code.
SVN r1060 (trunk)
This commit is contained in:
parent
a3e8a0cefd
commit
2fccefa995
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 1055
|
||||
#define MINSAVEVER 1059
|
||||
|
||||
#if SVN_REVISION_NUMBER < MINSAVEVER
|
||||
// Never write a savegame with a version lower than what we need
|
||||
|
|
Loading…
Reference in a new issue