Skip to content

Commit

Permalink
move tran_filter_pct and sts_pct_always_gray to ss_none
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Dec 15, 2024
1 parent 0c5d0f5 commit f154314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/r_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/st_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f154314

Please sign in to comment.