1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-11 13:46:22 +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:
smatz 2008-01-06 11:39:40 +00:00
parent f9a592cfdd
commit f7a293f074
2 changed files with 2 additions and 2 deletions

View File

@ -418,7 +418,7 @@ not_valid_below:;
}
}
if (flags & DC_EXEC) {
if (flags & DC_EXEC && railtype != INVALID_RAILTYPE) {
Track track = AxisToTrack(direction);
SetSignalsOnBothDir(tile_start, track);
YapfNotifyTrackLayoutChange(tile_start, track);