mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r18385) -Cleanup: remove the now unneeded multistop slot management code
This commit is contained in:
@@ -1412,7 +1412,6 @@ static VehicleEnterTileStatus VehicleEnter_TunnelBridge(Vehicle *v, TileIndex ti
|
||||
rv->state = _road_exit_tunnel_state[dir];
|
||||
rv->frame = _road_exit_tunnel_frame[dir];
|
||||
rv->vehstatus &= ~VS_HIDDEN;
|
||||
rv->FindRoadStopSlot();
|
||||
return VETSB_ENTERED_WORMHOLE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user