mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-05 18:56:49 +01:00
(svn r11767) -Fix: do not call rail specific functions when building road bridge
-Fix: missing space in terraform_gui.cpp
This commit is contained in:
parent
f9a592cfdd
commit
f7a293f074
@ -418,7 +418,7 @@ not_valid_below:;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (flags & DC_EXEC) {
|
if (flags & DC_EXEC && railtype != INVALID_RAILTYPE) {
|
||||||
Track track = AxisToTrack(direction);
|
Track track = AxisToTrack(direction);
|
||||||
SetSignalsOnBothDir(tile_start, track);
|
SetSignalsOnBothDir(tile_start, track);
|
||||||
YapfNotifyTrackLayoutChange(tile_start, track);
|
YapfNotifyTrackLayoutChange(tile_start, track);
|
||||||
|
Loading…
Reference in New Issue
Block a user