Codechange: Remove PartOfSubsidyByte

This commit is contained in:
Charles Pigott
2019-04-22 10:53:40 +01:00
committed by PeterN
parent 5d66d8fd7d
commit 0a53ee8cfe
3 changed files with 15 additions and 18 deletions

View File

@@ -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<uint16> building_counts; ///< The number of each type of building in the town
};