summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-28 17:40:15 +0000
committertruelight <truelight@openttd.org>2004-12-28 17:40:15 +0000
commite6a59be8c03998195cb87592231399fb5786234b (patch)
treefa334ac69546d4d32a85202264818ed9fd45b3f5 /town.h
parentc4d073a4dedb9c8eca7b25a226703833b04c0266 (diff)
downloadopenttd-e6a59be8c03998195cb87592231399fb5786234b.tar.xz
(svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens
after savegame bump)
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];