Initial implementation of road waypoints
This commit is contained in:
@@ -228,7 +228,7 @@ protected:
|
||||
/* special handling for stations */
|
||||
if (IsRailTT() && HasStationTileRail(m_new_tile)) {
|
||||
m_is_station = true;
|
||||
} else if (IsRoadTT() && IsRoadStopTile(m_new_tile)) {
|
||||
} else if (IsRoadTT() && IsStationRoadStopTile(m_new_tile)) {
|
||||
m_is_station = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user