mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 09:20:51 +00:00
- fixed: Selecting a submenu in the options played the wrong sound.
This commit is contained in:
parent
bce15428d5
commit
f179ee502e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class OptionMenuItemSubmenu : OptionMenuItem
|
||||||
|
|
||||||
override bool Activate()
|
override bool Activate()
|
||||||
{
|
{
|
||||||
Menu.MenuSound("menu/choose");
|
Menu.MenuSound("menu/advance");
|
||||||
Menu.SetMenu(mAction, mParam);
|
Menu.SetMenu(mAction, mParam);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue