Keep old naive dither as an option.
This commit is contained in:
parent
05b33078fb
commit
e8b7b1c29f
10 changed files with 145 additions and 36 deletions
|
|
@ -154,6 +154,14 @@ Class OptionMenuItemMFXSlider : OptionMenuItemSlider
|
|||
Menu.MenuSound("menu/change");
|
||||
return true;
|
||||
}
|
||||
|
||||
override bool isGrayed()
|
||||
{
|
||||
// HACK
|
||||
if ( (mAction == 'mfx_paldepth') && mfx_palnaive ) return true;
|
||||
if ( (mAction == 'mfx_palspread') && !mfx_palnaive ) return true;
|
||||
return Super.isGrayed();
|
||||
}
|
||||
}
|
||||
|
||||
// passes shift/alt presses to MFXSliders
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue