# HG changeset patch # User celestar # Date 1167836475 0 # Node ID 2b8e95ff20224b21212a309ba3aee8001ceb3024 # Parent 72ebd9e4cd6426d79c8c61f46569b8d05390f7ad (svn r7798) [cbh] - Codechange: Disable the construction of signals on bridge heads, because they prove to be ... problematic. Actually this has re-started the discussion of a map rewrite, so stay tuned diff -r 72ebd9e4cd64 -r 2b8e95ff2022 src/rail_cmd.c --- a/src/rail_cmd.c Wed Jan 03 08:56:09 2007 +0000 +++ b/src/rail_cmd.c Wed Jan 03 15:01:15 2007 +0000 @@ -653,7 +653,7 @@ pre_signal = HASBIT(p1, 3); if (!ValParamTrackOrientation(track) || - !(IsTileType(tile, MP_RAILWAY) || IsTileType(tile, MP_RAILWAY_BRIDGE)) || + !(IsTileType(tile, MP_RAILWAY) /* || IsTileType(tile, MP_RAILWAY_BRIDGE) */ ) || !EnsureNoVehicle(tile)) { return CMD_ERROR; }