(svn r8299) -Fix

Remove unreachable code
pull/155/head
tron 18 years ago
parent 8ca4a7d8d9
commit 9e7b066522

@ -332,8 +332,6 @@ static int32 ClearTile_Water(TileIndex tile, byte flags)
NOT_REACHED();
return 0;
}
return 0; // useless but silences warning
}
// return true if a tile is a water tile.

Loading…
Cancel
Save