summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-03-20 00:32:26 +0000
committerpasky <pasky@openttd.org>2005-03-20 00:32:26 +0000
commit00ff85dcb8e0a396732dd4d49980833f70b04117 (patch)
treeae81e0bd3eb672542999bc9ef402dd1d8e63701d /saveload.c
parent327261f8fec92471d2aebf2df8b3bf71de74d22d (diff)
downloadopenttd-00ff85dcb8e0a396732dd4d49980833f70b04117.tar.xz
(svn r2033) - Fix: Fix some more desync by saving the town growth frequency iterator _cur_town_iter. Needed to bump a svg revision for that thanks to the braindead SlGlob thing, or at least I don't know how to do it without bumping it.
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 425198c88..bf65e90e0 100644
--- a/saveload.c
+++ b/saveload.c
@@ -8,7 +8,7 @@
#include "saveload.h"
enum {
- SAVEGAME_MAJOR_VERSION = 10,
+ SAVEGAME_MAJOR_VERSION = 11,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION