From 6bb5e7d65e802c75347ce4afb569810ed64c3817 Mon Sep 17 00:00:00 2001 From: Xenovyy Date: Sun, 15 Mar 2026 20:43:04 -0400 Subject: [PATCH] Fixed Sound Effect not playing uncommented the line that plays the press sound effect --- Minecraft.Client/Common/UI/UIScene_MainMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp b/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp index b84a6c1dc..65edffff4 100644 --- a/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp +++ b/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp @@ -343,10 +343,10 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId) UINT uiIDA[1]; uiIDA[0]=IDS_OK; ui.RequestErrorMessage(IDS_FEATURENOTIMPLEMENTED_TITLE, IDS_FEATURENOTIMPLEMENTED_TEXT, uiIDA, 1); + ui.PlayUISFX(eSFX_Press); //CD - Added for audio // COMMENTED OUT FOR NOW AS ACHIEVEMENTS ARE YET TO BE IMPLEMENTED. - //ui.PlayUISFX(eSFX_Press); //m_eAction=eAction_RunAchievements; //signInReturnedFunc = &UIScene_MainMenu::Achievements_SignInReturned;