Initial support for NewGRF road stops (bus and lorry stops)
This commit is contained in:
@@ -873,6 +873,11 @@ public:
|
||||
return IsRailStationTile(tile) && GetStationIndex(tile) == this->index;
|
||||
}
|
||||
|
||||
inline bool TileBelongsToRoadStop(TileIndex tile) const
|
||||
{
|
||||
return IsAnyRoadStopTile(tile) && GetStationIndex(tile) == this->index;
|
||||
}
|
||||
|
||||
inline bool TileBelongsToAirport(TileIndex tile) const
|
||||
{
|
||||
return IsAirportTile(tile) && GetStationIndex(tile) == this->index;
|
||||
|
Reference in New Issue
Block a user