summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-04-22 10:53:40 +0100
committerPeterN <peter@fuzzle.org>2019-04-29 17:40:22 +0100
commit0a53ee8cfe3d02aa1e7abb6c8cf67ef1d7e5ab58 (patch)
treef065a3cb5ce2145e4f773122d6473eb4f693a30e /src/town.h
parent5d66d8fd7dc6e684108887770c11aee4c356c5e7 (diff)
downloadopenttd-0a53ee8cfe3d02aa1e7abb6c8cf67ef1d7e5ab58.tar.xz
Codechange: Remove PartOfSubsidyByte
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
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<uint16> building_counts; ///< The number of each type of building in the town
};