File diff r15609:02b794721f9c → r15610:623a23fb6560
src/terraform_cmd.cpp
Show inline comments
 
@@ -224,13 +224,14 @@ 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)
 
 * @param p2 direction; eg up (non-zero) or down (zero)
 
 * @param text unused
 
 * @return the cost of this operation or an error
 
@@ -351,13 +352,14 @@ CommandCost CmdTerraformLand(TileIndex t
 
		}
 
	}
 
	return total_cost;
 
}
 

	
 

	
 
/** 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
 
 * @param p2 height difference; eg raise (+1), lower (-1) or level (0)
 
 * @param text unused
 
 * @return the cost of this operation or an error