mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-30 07:51:28 +00:00
Made OptionMenuSliderBase::IsGrayed virtual
This commit is contained in:
parent
8695325383
commit
c12a671b3e
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ class OptionMenuSliderBase : OptionMenuItem
|
|||
{
|
||||
}
|
||||
|
||||
bool IsGrayed(void)
|
||||
virtual bool IsGrayed(void)
|
||||
{
|
||||
return mGrayCheck != NULL && !mGrayCheck.GetInt();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue