From 0a53ee8cfe3d02aa1e7abb6c8cf67ef1d7e5ab58 Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Mon, 22 Apr 2019 10:53:40 +0100 Subject: Codechange: Remove PartOfSubsidyByte --- src/town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index 8e8a6551d..5f0f4992f 100644 --- a/src/town.h +++ b/src/town.h @@ -46,7 +46,7 @@ struct TownCache { uint32 num_houses; ///< Amount of houses uint32 population; ///< Current population of people ViewportSign sign; ///< Location of name sign, UpdateVirtCoord updates this - PartOfSubsidyByte part_of_subsidy; ///< Is this town a source/destination of a subsidy? + PartOfSubsidy part_of_subsidy; ///< Is this town a source/destination of a subsidy? uint32 squared_town_zone_radius[HZB_END]; ///< UpdateTownRadius updates this given the house count BuildingCounts building_counts; ///< The number of each type of building in the town }; -- cgit v1.2.3-54-g00ecf