(svn r19382) -Fix (r19381): don't break savegame version 139

This commit is contained in:
yexo
2010-03-10 18:59:40 +00:00
parent 1a28aaf69e
commit 22081cbd19
3 changed files with 13 additions and 11 deletions

View File

@@ -46,7 +46,7 @@
#include "saveload_internal.h"
extern const uint16 SAVEGAME_VERSION = 139;
extern const uint16 SAVEGAME_VERSION = 140;
SavegameType _savegame_type; ///< type of savegame we are loading