(svn r19382) -Fix (r19381): don't break savegame version 139
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user