summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'town.h')
-rw-r--r--town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/town.h b/town.h
index 4729cccc8..9664ca2ed 100644
--- a/town.h
+++ b/town.h
@@ -151,7 +151,7 @@ enum {
bool CheckforTownRating(uint32 flags, Town *t, byte type);
-VARDEF TownID *_town_sort;
+VARDEF const Town** _town_sort;
extern MemoryPool _town_pool;