Remove WinAPI object pointers from XUI scenes

This commit is contained in:
notmatthewbeshay
2026-03-14 07:25:18 +11:00
parent a76d416473
commit eb524ae9b8
10 changed files with 14 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ HRESULT CScene_TransferToXboxOne::OnInit( XUIMessageInit* pInitData, BOOL& bHand
m_bIgnoreInput=false;
MapChildControls();
VOID *pObj;
void *pObj;
XuiObjectFromHandle( m_SavesSlotList, &pObj );
m_pSavesSlotList = (CXuiCtrl4JList *)pObj;
@@ -566,4 +566,3 @@ HRESULT CScene_TransferToXboxOne::OnNotifyKillFocus(HXUIOBJ hObjSource, XUINotif
return S_OK;
}