From 46c4023e3dba011e32201bdf0c8fc5346ed59353 Mon Sep 17 00:00:00 2001 From: GuglioIsStupid Date: Fri, 6 Mar 2026 03:10:30 -0500 Subject: [PATCH] Rename scrollfocus.ogg to scroll.ogg --- .../Common/UI/IUIScene_AbstractContainerMenu.cpp | 6 +++--- .../Minecraft/UI/{scrollfocus.ogg => scroll.ogg} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename Minecraft.Client/Windows64Media/Sound/Minecraft/UI/{scrollfocus.ogg => scroll.ogg} (100%) diff --git a/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp b/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp index 882584211..eaef97579 100644 --- a/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp +++ b/Minecraft.Client/Common/UI/IUIScene_AbstractContainerMenu.cpp @@ -1390,9 +1390,9 @@ bool IUIScene_AbstractContainerMenu::handleKeyDown(int iPad, int iAction, bool b { int currentIndex = getCurrentIndex(m_eCurrSection) - getSectionStartOffset(m_eCurrSection); - bool bSlotHasItem = !isSlotEmpty(m_eCurrSection, currentIndex); - if (bSlotHasItem) - ui.PlayUISFX(eSFX_Press); + //bool bSlotHasItem = !isSlotEmpty(m_eCurrSection, currentIndex); + //if (bSlotHasItem) + ui.PlayUISFX(eSFX_Press); } // } diff --git a/Minecraft.Client/Windows64Media/Sound/Minecraft/UI/scrollfocus.ogg b/Minecraft.Client/Windows64Media/Sound/Minecraft/UI/scroll.ogg similarity index 100% rename from Minecraft.Client/Windows64Media/Sound/Minecraft/UI/scrollfocus.ogg rename to Minecraft.Client/Windows64Media/Sound/Minecraft/UI/scroll.ogg