- Bumped MINSAVEVER to coincide with the new MAPINFO merge.

SVN r1397 (trunk)
This commit is contained in:
Randy Heit 2009-02-04 01:27:45 +00:00
parent d0e7e574e1
commit 72343d9f2c
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
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.
January 18, 2009 - February 3, 2009 (Changes by Graf Zahl)

View file

@ -75,7 +75,7 @@
// SAVESIG should match SAVEVER.
// MINSAVEVER is the minimum level snapshot version that can be loaded.
#define MINSAVEVER 1304
#define MINSAVEVER 1393
#if SVN_REVISION_NUMBER < MINSAVEVER
// Never write a savegame with a version lower than what we need