diff options
Diffstat (limited to 'town.h')
-rw-r--r-- | town.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |