minor menu clean-up (#2089)

* minor menu clean-up

* move "Invulnerability effect" back to Misc category
This commit is contained in:
Fabian Greffrath 2024-12-13 07:23:52 +01:00 committed by GitHub
parent cb6c9a5e5c
commit 02306aa263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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},