summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index 10d200ffd..1f7cb3938 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -52,6 +52,9 @@ HouseSpec _house_specs[HOUSE_MAX];
Town *_cleared_town;
int _cleared_town_rating;
+uint32 _cur_town_ctr; ///< iterator through all towns in OnTick_Town
+uint32 _cur_town_iter; ///< frequency iterator at the same place
+
/* Initialize the town-pool */
DEFINE_OLD_POOL_GENERIC(Town, Town)