diff options
Diffstat (limited to 'src/tree_cmd.cpp')
-rw-r--r-- | src/tree_cmd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp index 962b486ae..42ca04b82 100644 --- a/src/tree_cmd.cpp +++ b/src/tree_cmd.cpp @@ -328,6 +328,8 @@ void GenerateTrees() * @param flags type of operation * @param p1 tree type, -1 means random. * @param p2 end tile of area-drag + * @param text unused + * @return the cost of this operation or an error */ CommandCost CmdPlantTree(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text) { |