From f154314894f52a38157a9e5c652d205b7df5b530 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Sun, 15 Dec 2024 10:36:35 +0100 Subject: [PATCH] move tran_filter_pct and sts_pct_always_gray to ss_none --- src/r_main.c | 2 +- src/st_stuff.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r_main.c b/src/r_main.c index afa95282f..283a45250 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -1036,7 +1036,7 @@ void R_BindRenderVariables(void) M_BindBool("translucency", &translucency, NULL, true, ss_gen, wad_yes, "Translucency for some things"); M_BindNum("tran_filter_pct", &tran_filter_pct, NULL, - 66, 0, 100, ss_gen, wad_yes, + 66, 0, 100, ss_none, wad_yes, "Percent of foreground/background translucency mix"); M_BindBool("flipcorpses", &flipcorpses, NULL, false, ss_enem, wad_no, diff --git a/src/st_stuff.c b/src/st_stuff.c index 3aa33c0d8..1595908c8 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -1901,7 +1901,7 @@ void ST_BindSTSVariables(void) M_BindBool("sts_colored_numbers", &sts_colored_numbers, NULL, false, ss_stat, wad_yes, "Colored numbers on the status bar"); M_BindBool("sts_pct_always_gray", &sts_pct_always_gray, NULL, - false, ss_stat, wad_yes, + false, ss_none, wad_yes, "Percent signs on the status bar are always gray"); M_BindBool("st_solidbackground", &st_solidbackground, NULL, false, ss_stat, wad_no,