mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
minor menu clean-up (#2089)
* minor menu clean-up * move "Invulnerability effect" back to Misc category
This commit is contained in:
parent
cb6c9a5e5c
commit
02306aa263
@ -1839,8 +1839,6 @@ static setup_menu_t stat_settings1[] = {
|
|||||||
|
|
||||||
{"Colored Numbers", S_ONOFF | S_COSMETIC, H_X, M_SPC, {"sts_colored_numbers"}},
|
{"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"},
|
{"Solid Background Color", S_ONOFF, H_X, M_SPC, {"st_solidbackground"},
|
||||||
.action = RefreshSolidBackground},
|
.action = RefreshSolidBackground},
|
||||||
|
|
||||||
@ -3246,9 +3244,6 @@ static setup_menu_t gen_settings5[] = {
|
|||||||
{"Sprite Translucency", S_ONOFF | S_STRICT, OFF_CNTR_X, M_SPC,
|
{"Sprite Translucency", S_ONOFF | S_STRICT, OFF_CNTR_X, M_SPC,
|
||||||
{"translucency"}},
|
{"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"},
|
{"Partial Invisibility", S_CHOICE | S_STRICT, OFF_CNTR_X, M_SPC, {"fuzzmode"},
|
||||||
.strings_id = str_fuzzmode, .action = R_SetFuzzColumnMode},
|
.strings_id = str_fuzzmode, .action = R_SetFuzzColumnMode},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user