1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(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.

This commit is contained in:
pasky
2005-03-20 00:32:26 +00:00
parent 1990c139d5
commit 087d78d465
4 changed files with 8 additions and 6 deletions

View File

@@ -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