(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
This commit is contained in:
@@ -47,6 +47,7 @@ bool IsTunnelInWayDir(TileIndex tile, uint z, DiagDirection dir)
|
||||
|
||||
do {
|
||||
tile -= delta;
|
||||
if (!IsValidTile(tile)) return false;
|
||||
height = GetTileZ(tile);
|
||||
} while (z < height);
|
||||
|
||||
|
Reference in New Issue
Block a user