Import remove all trees in scenario editor patch.

http://www.tt-forums.net/viewtopic.php?f=33&t=49326

Update to current current version.
Use CMD_LANDSCAPE_CLEAR instead of CMD_CLEAR_AREA.
Whitespace, misc fixes.
This commit is contained in:
patch-import
2016-01-28 00:08:34 +00:00
committed by Jonathan G Rennison
parent 2c9029703b
commit 2e04f211df
4 changed files with 31 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ enum BuildTreesWidgets {
WID_BT_TYPE_34, ///< Tree 3st column 4th row.
WID_BT_TYPE_RANDOM, ///< Button to build random type of tree.
WID_BT_MANY_RANDOM, ///< Button to build many random trees.
WID_BT_REMOVE_ALL, ///< Button to remove all trees.
};
#endif /* WIDGETS_TREE_WIDGET_H */