mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed: An option value with an invalid value type would eat all key events when being selected.
This commit is contained in:
parent
4d2b9fbe1b
commit
74c326e9b2
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ public:
|
|||
SetSelection(Selection);
|
||||
S_Sound (CHAN_VOICE | CHAN_UI, "menu/change", snd_menuvolume, ATTN_NONE);
|
||||
}
|
||||
else
|
||||
{
|
||||
return FOptionMenuItem::MenuEvent(mkey, fromcontroller);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue