mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
Fixes the exit button sound (#92)
This commit is contained in:
parent
fa4a1206b3
commit
109f563daa
1 changed files with 4 additions and 1 deletions
|
|
@ -335,8 +335,11 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId)
|
|||
signInReturnedFunc = &UIScene_MainMenu::UnlockFullGame_SignInReturned;
|
||||
break;
|
||||
case eControl_Exit:
|
||||
//CD - Added for audio
|
||||
ui.PlayUISFX(eSFX_Press);
|
||||
|
||||
if( ProfileManager.IsFullVersion() )
|
||||
{
|
||||
{
|
||||
UINT uiIDA[2];
|
||||
uiIDA[0]=IDS_CANCEL;
|
||||
uiIDA[1]=IDS_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue