Rename scrollfocus.ogg to scroll.ogg

This commit is contained in:
GuglioIsStupid 2026-03-06 03:10:30 -05:00
parent 9077590ad0
commit 46c4023e3d
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}
//
}