mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-01 00:21:35 +00:00
- Bumped MINSAVEVER to coincide with the new MAPINFO merge.
SVN r1397 (trunk)
This commit is contained in:
parent
d0e7e574e1
commit
72343d9f2c
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
February 3, 2009
|
February 3, 2009
|
||||||
- Added a fflush call after the logfile write in I_FatalError so that the
|
- Bumped MINSAVEVER to coincide with the new MAPINFO merge.
|
||||||
|
- Added a fflush() call after the logfile write in I_FatalError so that the
|
||||||
error text is visible in the file while the error dialog is displayed.
|
error text is visible in the file while the error dialog is displayed.
|
||||||
|
|
||||||
January 18, 2009 - February 3, 2009 (Changes by Graf Zahl)
|
January 18, 2009 - February 3, 2009 (Changes by Graf Zahl)
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
// SAVESIG should match SAVEVER.
|
// SAVESIG should match SAVEVER.
|
||||||
|
|
||||||
// MINSAVEVER is the minimum level snapshot version that can be loaded.
|
// MINSAVEVER is the minimum level snapshot version that can be loaded.
|
||||||
#define MINSAVEVER 1304
|
#define MINSAVEVER 1393
|
||||||
|
|
||||||
#if SVN_REVISION_NUMBER < MINSAVEVER
|
#if SVN_REVISION_NUMBER < MINSAVEVER
|
||||||
// Never write a savegame with a version lower than what we need
|
// Never write a savegame with a version lower than what we need
|
||||||
|
|
Loading…
Reference in a new issue