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

This commit is contained in:
tron 2006-03-19 19:55:43 +00:00
parent 75a9419f04
commit 979f3f3957
1 changed files with 1 additions and 1 deletions

View File

@ -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);