Codefix: Comment style. (#14064)
This commit is contained in:
@@ -134,7 +134,7 @@ class BuildTreesWindow : public Window
|
||||
}
|
||||
const uint radius = this->mode == PM_FOREST_LG ? 12 : 5;
|
||||
const uint count = this->mode == PM_FOREST_LG ? 12 : 5;
|
||||
// Create tropic zones only when the tree type is selected by the user and not picked randomly.
|
||||
/* Create tropic zones only when the tree type is selected by the user and not picked randomly. */
|
||||
PlaceTreeGroupAroundTile(tile, treetype, radius, count, this->tree_to_plant != TREE_INVALID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user