(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
This commit is contained in:
@@ -297,7 +297,7 @@ CommandCost RemoveTrainWaypoint(TileIndex tile, uint32 flags, bool justremove)
|
||||
MarkTileDirtyByTile(tile);
|
||||
} else {
|
||||
DoClearSquare(tile);
|
||||
SetSignalsOnBothDir(tile, track, owner);
|
||||
AddTrackToSignalBuffer(tile, track, owner);
|
||||
}
|
||||
YapfNotifyTrackLayoutChange(tile, track);
|
||||
}
|
||||
|
Reference in New Issue
Block a user