'edit cell values' option now visible in the map editor

This commit is contained in:
Zeno Rogue 2021-06-16 13:14:30 +02:00
parent 1be1713b91
commit 00146174da
1 changed files with 3 additions and 0 deletions

View File

@ -2916,6 +2916,9 @@ EX namespace mapeditor {
dialog::addItem(XLAT("configure WFC"), 'W');
dialog::add_action_push(wfc::wfc_menu);
dialog::addItem(XLAT("edit cell values"), 'G');
dialog::add_action(push_debug_screen);
dialog::addBack();
dialog::display();