Remove WinAPI locals from XUI scenes

This commit is contained in:
notmatthewbeshay
2026-03-14 07:30:04 +11:00
parent b6d3c0c6ee
commit ce4cb8ea70
5 changed files with 6 additions and 9 deletions

View File

@@ -500,7 +500,6 @@ HRESULT CScene_Credits::OnKeyDown(XUIMessageInput* pInputData, BOOL& rfHandled)
HRESULT CScene_Credits::OnControlNavigate(XUIMessageControlNavigate *pControlNavigateData, BOOL& bHandled)
{
// ignore any joypads other than the main
BYTE bFocusUser=XuiElementGetFocusUser(pControlNavigateData->hObjSource);
// get the user from the control
/*if(!=ProfileManager.GetLockedProfile())
{