1
0
Fork 0

(svn r11767) -Fix: do not call rail specific functions when building road bridge

-Fix: missing space in terraform_gui.cpp
release/0.6
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);