Revert change made by Void

This commit is contained in:
GabsPuNs
2026-03-22 19:28:27 -04:00
parent 78419d67d1
commit 7e6d9c54c9

View File

@@ -1394,15 +1394,7 @@ bool IUIScene_AbstractContainerMenu::handleKeyDown(int iPad, int iAction, bool b
// Standard right click
buttonNum = 1;
quickKeyHeld = FALSE;
if( IsSectionSlotList( m_eCurrSection ) )
{
int currentIndex = getCurrentIndex( m_eCurrSection ) - getSectionStartOffset(m_eCurrSection);
bool bSlotHasItem = !isSlotEmpty(m_eCurrSection, currentIndex);
if ( bSlotHasItem )
ui.PlayUISFX(eSFX_Press);
}
ui.PlayUISFX(eSFX_Press);
}
break;