File diff r14169:810f55b8f97a → r14170:704596a82e3f
src/clear_cmd.cpp
Show inline comments
 
@@ -177,7 +177,8 @@ static void TileLoopClearAlps(TileIndex 
 
		AddClearDensity(tile, -1);
 
	} else {
 
		/* Density at the required level. */
 
		if (k < 0) ClearSnow(tile);
 
		if (k >= 0) return;
 
		ClearSnow(tile);
 
	}
 
	MarkTileDirtyByTile(tile);
 
}