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

@@ -156,7 +156,7 @@ void UIScene_SaveMessage::handleTimerComplete(int id)
app.SetOptionsCallbackStatus(0,C4JStorage::eOptions_Callback_Read_CorruptDeletePending);
m_bIgnoreInput=false;
// give the option to delete the save
UINT uiIDA[1];
unsigned int uiIDA[1];
uiIDA[0]=IDS_CONFIRM_OK;
ui.RequestMessageBox(IDS_CORRUPT_FILE, IDS_CORRUPT_OPTIONS, uiIDA, 1,
0,&UIScene_SaveMessage::DeleteOptionsDialogReturned,this, app.GetStringTable());