mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-02 03:56:39 +00:00
Play correct sound and update button overlay when swapping between menus
This commit is contained in:
parent
23c733ef94
commit
ba0a579371
1 changed files with 3 additions and 1 deletions
|
|
@ -948,7 +948,9 @@ namespace MWGui
|
|||
{
|
||||
mGuiModeStates[mode].mWindows[i]->setActiveControllerWindow(i == activeIndex);
|
||||
}
|
||||
playSound(ESM::RefId::stringRefId("Menu Click"));
|
||||
updateControllerButtonsOverlay();
|
||||
if (winCount > 1)
|
||||
playSound(ESM::RefId::stringRefId("Menu Size"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue