From ca7cab0253f131e460089f801f9c05ca3bb93174 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Sep 2007 14:14:51 +0000 Subject: (svn r11168) -Fix [FS#1256]: assert on terraforming of industries. Patch by frosch. --- src/clear_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clear_cmd.cpp') diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp index 047f003c3..77f42552b 100644 --- a/src/clear_cmd.cpp +++ b/src/clear_cmd.cpp @@ -314,7 +314,7 @@ CommandCost CmdTerraformLand(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) return_cmd_error(STR_1002_EXCAVATION_WOULD_DAMAGE); } /* Check tiletype-specific things, and add extra-cost */ - CommandCost cost = _tile_type_procs[GetTileType(tile)]->terraform_tile_proc(tile, flags, z_min * TILE_HEIGHT, (Slope) tileh); + CommandCost cost = _tile_type_procs[GetTileType(tile)]->terraform_tile_proc(tile, flags | DC_AUTO, z_min * TILE_HEIGHT, (Slope) tileh); if (CmdFailed(cost)) { _terraform_err_tile = tile; return cost; -- cgit v1.2.3-70-g09d2