Codechange: Remove StationFacilityByte type

This commit is contained in:
Charles Pigott
2019-04-21 23:01:29 +01:00
committed by PeterN
parent 09567bf0b3
commit fb6ae81415
2 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ struct BaseStation : StationPool::PoolItem<&_station_pool> {
Town *town; ///< The town this station is associated with
OwnerByte owner; ///< The owner of this station
StationFacilityByte facilities; ///< The facilities that this station has
StationFacility facilities; ///< The facilities that this station has
uint8 num_specs; ///< Number of specs in the speclist
StationSpecList *speclist; ///< List of station specs of this station