mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r3987) Fix another bug in r3979 *grumble*
This commit is contained in:
parent
75a9419f04
commit
979f3f3957
@ -522,7 +522,7 @@ static void TileLoopWaterHelper(TileIndex tile, const TileIndexDiffC *offs)
|
||||
TrackBits tracks;
|
||||
uint slope;
|
||||
|
||||
if (!IsPlainRailTile(tile)) break;
|
||||
if (!IsPlainRailTile(target)) break;
|
||||
|
||||
tracks = GetTrackBits(target);
|
||||
slope = GetTileSlope(target, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user