mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-16 09:05:08 +01: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;
|
TrackBits tracks;
|
||||||
uint slope;
|
uint slope;
|
||||||
|
|
||||||
if (!IsPlainRailTile(tile)) break;
|
if (!IsPlainRailTile(target)) break;
|
||||||
|
|
||||||
tracks = GetTrackBits(target);
|
tracks = GetTrackBits(target);
|
||||||
slope = GetTileSlope(target, NULL);
|
slope = GetTileSlope(target, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user