mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 11:44:17 +01:00
Add: Road waypoint functionality
This commit is contained in:
committed by
rubidium42
parent
c6387c7784
commit
9c84e5df3f
@@ -1318,7 +1318,7 @@ again:
|
||||
v->tile != tile) {
|
||||
/* So, keep 'our' state */
|
||||
dir = (Trackdir)v->state;
|
||||
} else if (IsRoadStop(v->tile)) {
|
||||
} else if (IsStationRoadStop(v->tile)) {
|
||||
/* We're not continuing our drive through road stop, so leave. */
|
||||
RoadStop::GetByTile(v->tile, GetRoadStopType(v->tile))->Leave(v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user