mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-03 18:45:01 +00:00
Remove WinAPI object pointers from XUI scenes
This commit is contained in:
@@ -163,7 +163,7 @@ HRESULT CScene_Controls::OnInit( XUIMessageInit* pInitData, BOOL& bHandled )
|
||||
}
|
||||
|
||||
// fill out the layouts list
|
||||
VOID *pObj;
|
||||
void *pObj;
|
||||
XuiObjectFromHandle( m_SchemeList, &pObj );
|
||||
m_pLayoutList = (CXuiCtrl4JList *)pObj;
|
||||
CXuiCtrl4JList::LIST_ITEM_INFO ListInfo[3];
|
||||
|
||||
Reference in New Issue
Block a user