diff options
author | Michael Lutz <michi@icosahedron.de> | 2021-11-21 23:03:44 +0100 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2021-12-16 22:28:32 +0100 |
commit | 58cff7b081ce9ea4b5314cf8324ca60607389d15 (patch) | |
tree | 0d46a0522d5fbbb1039e1e31e07557ee1ad9befb /src/tree_cmd.h | |
parent | c6d7b98808575f31103121528565ed252a3cfc6c (diff) | |
download | openttd-58cff7b081ce9ea4b5314cf8324ca60607389d15.tar.xz |
Codechange: Un-bitstuff the remaining on-map commands.
Diffstat (limited to 'src/tree_cmd.h')
-rw-r--r-- | src/tree_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_cmd.h b/src/tree_cmd.h index de8d00179..8f2199e3e 100644 --- a/src/tree_cmd.h +++ b/src/tree_cmd.h @@ -12,7 +12,7 @@ #include "command_type.h" -CommandProc CmdPlantTree; +CommandCost CmdPlantTree(DoCommandFlag flags, TileIndex tile, TileIndex start_tile, byte tree_to_plant); DEF_CMD_TRAIT(CMD_PLANT_TREE, CmdPlantTree, CMD_AUTO, CMDT_LANDSCAPE_CONSTRUCTION) |