From e6a59be8c03998195cb87592231399fb5786234b Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 28 Dec 2004 17:40:15 +0000 Subject: (svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens after savegame bump) --- town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'town.h') 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]; -- cgit v1.2.3-54-g00ecf