diff --git a/src/town.h b/src/town.h --- a/src/town.h +++ b/src/town.h @@ -17,6 +17,8 @@ #include "command_type.h" #include "town_map.h" #include "subsidy_type.h" +#include "newgrf_storage.h" +#include template struct BuildingCounts { @@ -105,6 +107,8 @@ struct Town : TownPool::PoolItem<&_town_ bool larger_town; TownLayoutByte layout; ///< town specific road layout + std::list psa_list; + PartOfSubsidyByte part_of_subsidy; ///< NOSAVE: is this town a source/destination of a subsidy? /* NOSAVE: UpdateTownRadius updates this given the house count. */