summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h
index b7ee39e5a..169161505 100644
--- a/src/town.h
+++ b/src/town.h
@@ -347,6 +347,8 @@ Town *CalcClosestTownFromTile(TileIndex tile, uint threshold);
extern Town *_cleared_town;
extern int _cleared_town_rating;
+extern uint32 _cur_town_ctr;
+extern uint32 _cur_town_iter;
void ResetHouses();