diff --git a/src/terraform_cmd.cpp b/src/terraform_cmd.cpp --- a/src/terraform_cmd.cpp +++ b/src/terraform_cmd.cpp @@ -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