summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-02-23 00:07:03 +0000
committerDarkvater <Darkvater@openttd.org>2005-02-23 00:07:03 +0000
commitb758f1eb08b183a2947f81d080565b307d5db304 (patch)
tree40f38b8e0edd0ccbf1d8b258b33c2ed3023c446f /saveload.c
parent43cd5952a021b0797cb0ed05dd32d3100830b0a4 (diff)
downloadopenttd-b758f1eb08b183a2947f81d080565b307d5db304.tar.xz
(svn r1909) - Fix: [ 1145593 ] assertion failed when saving the game. It is nice to also update the savegame format when you update town statistics :)
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saveload.c b/saveload.c
index f4902c5f4..2ba8d9e30 100644
--- a/saveload.c
+++ b/saveload.c
@@ -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