mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 20:02:37 +00:00
MENU: Fix oversight with OPT_FULLBRIGHT
This commit is contained in:
parent
853ce803ad
commit
fddb0859dc
1 changed files with 1 additions and 1 deletions
|
@ -2556,7 +2556,7 @@ void M_AdjustSliders (int dir, int m_submenu, int options_cursor)
|
|||
Cvar_SetValue ("nzp_particles", !nzp_decals.value);
|
||||
break;
|
||||
case OPT_FULLBRIGHT:
|
||||
Cvar_SetValue ("r_fullbright", !nzp_decals.value);
|
||||
Cvar_SetValue ("r_fullbright", !r_fullbright.value);
|
||||
break;
|
||||
case OPT_DITHERING:
|
||||
Cvar_SetValue ("r_dithering", !r_dithering.value);
|
||||
|
|
Loading…
Reference in a new issue