File diff r15609:02b794721f9c → r15610:623a23fb6560
src/terraform_cmd.cpp
Show inline comments
 
@@ -227,7 +227,8 @@ static CommandCost TerraformTileHeight(T
 
	return total_cost;
 
}
 

	
 
/** Terraform land
 
/**
 
 * Terraform land
 
 * @param tile tile to terraform
 
 * @param flags for this command type
 
 * @param p1 corners to terraform (SLOPE_xxx)
 
@@ -354,7 +355,8 @@ CommandCost CmdTerraformLand(TileIndex t
 
}
 

	
 

	
 
/** Levels a selected (rectangle) area of land
 
/**
 
 * Levels a selected (rectangle) area of land
 
 * @param tile end tile of area-drag
 
 * @param flags for this command type
 
 * @param p1 start tile of area drag