summaryrefslogtreecommitdiff
path: root/misc.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
commit087d78d4655c36996396b3e98d489891d767252c (patch)
treeae81e0bd3eb672542999bc9ef402dd1d8e63701d /misc.c
parent1990c139d55324c405eca579bdfd7be774f3a9ee (diff)
downloadopenttd-087d78d4655c36996396b3e98d489891d767252c.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 'misc.c')
-rw-r--r--misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 60c904553..21cfb1994 100644
--- a/misc.c
+++ b/misc.c
@@ -778,6 +778,7 @@ static const SaveLoadGlobVarList _date_desc[] = {
{&_next_competitor_start, SLE_FILE_U16 | SLE_VAR_UINT, 0, 255},
{&_trees_tick_ctr, SLE_UINT8, 0, 255},
{&_pause, SLE_UINT8, 4, 255},
+ {&_cur_town_iter, SLE_UINT32, 11, 255},
{NULL, 0, 0, 0}
};