(svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens

after savegame bump)
This commit is contained in:
truelight
2004-12-28 17:40:15 +00:00
parent bd580437b8
commit 3e1a12299c
3 changed files with 11 additions and 9 deletions

2
town.h
View File

@@ -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];