- fixed: Selecting a submenu in the options played the wrong sound.

This commit is contained in:
Christoph Oelckers 2020-10-12 20:08:10 +02:00
parent bce15428d5
commit f179ee502e

View file

@ -122,7 +122,7 @@ class OptionMenuItemSubmenu : OptionMenuItem
override bool Activate()
{
Menu.MenuSound("menu/choose");
Menu.MenuSound("menu/advance");
Menu.SetMenu(mAction, mParam);
return true;
}