Fix "remove all trees in scenario editor" being available in game.
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
if (widget != WID_BT_MANY_RANDOM) return;
|
||||
if (widget != WID_BT_MANY_RANDOM && widget != WID_BT_REMOVE_ALL) return;
|
||||
|
||||
if (_game_mode != GM_EDITOR) {
|
||||
size->width = 0;
|
||||
|
Reference in New Issue
Block a user