File diff r14303:86c6ebda1a1d → r14304:dc9cb5b9e881
src/landscape.cpp
Show inline comments
 
@@ -629,7 +629,7 @@ CommandCost CmdClearArea(TileIndex tile,
 
	for (int x = sx; x <= ex; ++x) {
 
		for (int y = sy; y <= ey; ++y) {
 
			CommandCost ret = DoCommand(TileXY(x, y), 0, 0, flags & ~DC_EXEC, CMD_LANDSCAPE_CLEAR);
 
			if (CmdFailed(ret)) continue;
 
			if (ret.Failed()) continue;
 
			success = true;
 

	
 
			if (flags & DC_EXEC) {