(svn r3987) Fix another bug in r3979 *grumble*
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user