src/industry_cmd.cpp
changeset 7637 43e2956af72e
parent 7629 711bbbc7a171
child 7640 8cf1b20cc69f
--- a/src/industry_cmd.cpp	Wed Sep 26 14:05:09 2007 +0000
+++ b/src/industry_cmd.cpp	Wed Sep 26 14:14:51 2007 +0000
@@ -385,6 +385,7 @@
 	 */
 	if ((_current_player != OWNER_WATER && _game_mode != GM_EDITOR &&
 			!_cheats.magic_bulldozer.value) ||
+			((flags & DC_AUTO) != 0) ||
 			(_current_player == OWNER_WATER && (indspec->behaviour & INDUSTRYBEH_BUILT_ONWATER))) {
 		SetDParam(0, indspec->name);
 		return_cmd_error(STR_4800_IN_THE_WAY);
@@ -2019,7 +2020,7 @@
 			}
 		}
 	}
-	return DoCommand(tile, 0, 0, flags, CMD_LANDSCAPE_CLEAR); // funny magic bulldozer
+	return DoCommand(tile, 0, 0, flags, CMD_LANDSCAPE_CLEAR);
 }
 
 extern const TileTypeProcs _tile_type_industry_procs = {