mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r3888) If you think you've checked everything, check once more. *sigh* Fix r3887
This commit is contained in:
parent
3d9c76d8b8
commit
dcf6c85bf2
@ -809,7 +809,7 @@ int32 DoConvertTunnelBridgeRail(TileIndex tile, uint totype, bool exec)
|
||||
if (!CheckTileOwnership(tile)) return CMD_ERROR;
|
||||
|
||||
// railway bridge
|
||||
tile = GetOtherBridgeEnd(tile);
|
||||
endtile = GetOtherBridgeEnd(tile);
|
||||
// Make sure there's no vehicle on the bridge
|
||||
v = FindVehicleBetween(tile, endtile, z);
|
||||
if (v != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user