From 02306aa263478ac65af2c3aeb2757c12924aaf7a Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Fri, 13 Dec 2024 07:23:52 +0100 Subject: [PATCH] minor menu clean-up (#2089) * minor menu clean-up * move "Invulnerability effect" back to Misc category --- src/mn_setup.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mn_setup.c b/src/mn_setup.c index f2000436..befda5a1 100644 --- a/src/mn_setup.c +++ b/src/mn_setup.c @@ -1839,8 +1839,6 @@ static setup_menu_t stat_settings1[] = { {"Colored Numbers", S_ONOFF | S_COSMETIC, H_X, M_SPC, {"sts_colored_numbers"}}, - {"Gray Percent Sign", S_ONOFF | S_COSMETIC, H_X, M_SPC, {"sts_pct_always_gray"}}, - {"Solid Background Color", S_ONOFF, H_X, M_SPC, {"st_solidbackground"}, .action = RefreshSolidBackground}, @@ -3246,9 +3244,6 @@ static setup_menu_t gen_settings5[] = { {"Sprite Translucency", S_ONOFF | S_STRICT, OFF_CNTR_X, M_SPC, {"translucency"}}, - {"Translucency Filter", S_NUM | S_ACTION | S_PCT, OFF_CNTR_X, M_SPC, - {"tran_filter_pct"}, .action = MN_Trans}, - {"Partial Invisibility", S_CHOICE | S_STRICT, OFF_CNTR_X, M_SPC, {"fuzzmode"}, .strings_id = str_fuzzmode, .action = R_SetFuzzColumnMode},