1
0
Fork 0

(svn r1909) - Fix: [ 1145593 ] assertion failed when saving the game. It is nice to also update the savegame format when you update town statistics :)

release/0.4.5
Darkvater 2005-02-23 00:07:03 +00:00
parent d51e9e3d03
commit 50ac80cb4c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include "saveload.h"
enum {
SAVEGAME_MAJOR_VERSION = 8,
SAVEGAME_MAJOR_VERSION = 9,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION