summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index b912a4357..cdf06c0d7 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -67,7 +67,10 @@ public:
}
RoadStop *bus_stops; ///< All the road stops
+ TileArea bus_station; ///< Tile area the bus 'station' part covers
RoadStop *truck_stops; ///< All the truck stops
+ TileArea truck_station; ///< Tile area the truck 'station' part covers
+
TileIndex airport_tile; ///< The location of the airport
TileIndex dock_tile; ///< The location of the dock