mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 10:58:11 +00:00
Remove WinAPI object pointers from XUI scenes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user