mirror of https://github.com/OpenTTD/OpenTTD
(svn r11767) -Fix: do not call rail specific functions when building road bridge
-Fix: missing space in terraform_gui.cpprelease/0.6
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