From 087d78d4655c36996396b3e98d489891d767252c Mon Sep 17 00:00:00 2001 From: pasky Date: Sun, 20 Mar 2005 00:32:26 +0000 Subject: (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. --- misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc.c') 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} }; -- cgit v1.2.3-54-g00ecf