1
0
Fork 0

(svn r7717) -Fix (runknown): When following path for signals, don't skip back to the

previous tile, as for tunnels & bridge ends the entering direction is wrong.
release/0.6
peter1138 2007-01-01 14:58:27 +00:00
parent 4caf8a8b17
commit 91a59bfd97
1 changed files with 1 additions and 1 deletions

View File

@ -341,8 +341,8 @@ static void TPFMode1(TrackPathFinder* tpf, TileIndex tile, DiagDirection directi
if (tpf->hasbit_13)
return;
tile = tile_org;
direction = ReverseDiagDir(direction);
tile += TileOffsByDiagDir(direction);
bits = GetTileTrackStatus(tile, tpf->tracktype);
bits |= (bits >> 8);