diff --git a/src/citymania/cm_console_cmds.cpp b/src/citymania/cm_console_cmds.cpp index 9e1b0ca671..654f32b44e 100644 --- a/src/citymania/cm_console_cmds.cpp +++ b/src/citymania/cm_console_cmds.cpp @@ -126,8 +126,7 @@ bool ConTreeMap(byte argc, char *argv[]) { auto tree_count = std::min(t / 51, 4); // auto tree_growth = (uint)(t % 51) * 7 / 50; for (auto i = 0; i < tree_count; i++) { - // FIXME -// DoCommand(tile, TREE_INVALID, tile, DC_EXEC, CMD_PLANT_TREE); + ::Command::Post(tile, tile, TREE_INVALID, false); } }