Add: NewGRF road stops
This commit is contained in:
committed by
rubidium42
parent
a18182e24b
commit
4c1406a4b5
@@ -521,6 +521,11 @@ public:
|
||||
return IsRailStationTile(tile) && GetStationIndex(tile) == this->index;
|
||||
}
|
||||
|
||||
inline bool TileBelongsToRoadStop(TileIndex tile) const
|
||||
{
|
||||
return IsRoadStopTile(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