Use standard dialog ID arrays in common UI

This commit is contained in:
notmatthewbeshay
2026-03-11 07:24:21 +11:00
parent fa90fa45e7
commit 1265358aec
7 changed files with 7 additions and 7 deletions

View File

@@ -138,7 +138,7 @@ void UIScene_SettingsMenu::handlePress(F64 controlId, F64 childId)
case BUTTON_ALL_RESETTODEFAULTS:
{
// check they really want to do this
UINT uiIDA[2];
unsigned int uiIDA[2];
uiIDA[0]=IDS_CONFIRM_CANCEL;
uiIDA[1]=IDS_CONFIRM_OK;