X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fscreens.c;h=831b8489ad38879940474d214b470830a5279167;hb=d1ff6ce8cc755f54833fb2363a1f4519e2866a0f;hp=7967566e8d6326e2e0cd9dd8fc1917c6e4c061c8;hpb=03f1156cc40e36c17e19a1c9ee02f0cbd70b8989;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index 7967566e..831b8489 100644 --- a/src/screens.c +++ b/src/screens.c @@ -2579,9 +2579,11 @@ static struct TokenInfo setup_info_editor[] = { TYPE_SWITCH, &setup.editor.el_user_defined, "User defined element list:" }, { TYPE_SWITCH, &setup.editor.el_dynamic, "Dynamic level elements:" }, { TYPE_EMPTY, NULL, "" }, +#if 0 { TYPE_SWITCH, &setup.editor.el_by_game, "Show elements by game:" }, { TYPE_SWITCH, &setup.editor.el_by_type, "Show elements by type:" }, { TYPE_EMPTY, NULL, "" }, +#endif { TYPE_SWITCH, &setup.editor.show_element_token, "Show element token:" }, { TYPE_EMPTY, NULL, "" }, { TYPE_LEAVE_MENU, execSetupMain, "Back" },