mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +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()
|
||||
{
|
||||
Menu.MenuSound("menu/choose");
|
||||
Menu.MenuSound("menu/advance");
|
||||
Menu.SetMenu(mAction, mParam);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue