(svn r3987) Fix another bug in r3979 *grumble*

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 19 years ago
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…
Cancel
Save