src/town_cmd.cpp
changeset 8764 65746a5248ec
parent 8760 ce0891c412ce
child 8783 9ae8c79c7708
--- a/src/town_cmd.cpp	Sun Jan 13 13:11:59 2008 +0000
+++ b/src/town_cmd.cpp	Sun Jan 13 13:36:01 2008 +0000
@@ -44,6 +44,16 @@
 #include "table/sprites.h"
 #include "table/town_land.h"
 
+uint _total_towns;
+HouseSpec _house_specs[HOUSE_MAX];
+
+bool _town_sort_dirty;
+byte _town_sort_order;
+const Town **_town_sort;
+
+Town *_cleared_town;
+int _cleared_town_rating;
+
 /* Initialize the town-pool */
 DEFINE_OLD_POOL_GENERIC(Town, Town)