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 3fca8d9f4..54d9acde7 100644
--- a/town.h
+++ b/town.h
@@ -67,7 +67,7 @@ struct Town {
byte road_build_months;
// Index in town array
- byte index;
+ uint16 index;
// NOSAVE: UpdateTownRadius updates this given the house count.
uint16 radius[5];