Fix Linux build warnings

This commit is contained in:
notmatthewbeshay
2026-03-14 04:37:55 +11:00
parent 44ade1f2b2
commit 0249bfd2bf
47 changed files with 183 additions and 60 deletions

View File

@@ -374,6 +374,8 @@ void IUIScene_AbstractContainerMenu::onMouseTick()
case eTapNone:
/// Nothing to do, input is not a tap.
break;
default:
break;
}
#endif // TAP_DETECTION
@@ -632,6 +634,8 @@ void IUIScene_AbstractContainerMenu::onMouseTick()
iDesiredSlotX = m_iCurrSlotX;
iDesiredSlotY = m_iCurrSlotY;
break;
default:
break;
}
int iNumRows;