summaryrefslogtreecommitdiff
path: root/src/base_station_base.h
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-04-21 23:01:29 +0100
committerPeterN <peter@fuzzle.org>2019-04-29 17:40:22 +0100
commitfb6ae81415f5e8dab48f09cd5cfde994a90c950f (patch)
tree0bbc93273279959940578dbce33a4cde12977ba4 /src/base_station_base.h
parent09567bf0b3c6b4e07bdf6ca68286fc302cdcdf69 (diff)
downloadopenttd-fb6ae81415f5e8dab48f09cd5cfde994a90c950f.tar.xz
Codechange: Remove StationFacilityByte type
Diffstat (limited to 'src/base_station_base.h')
-rw-r--r--src/base_station_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base_station_base.h b/src/base_station_base.h
index d7a67bd65..70164b193 100644
--- a/src/base_station_base.h
+++ b/src/base_station_base.h
@@ -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