mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 10:29:03 +00:00
Remove Win32 callback types from UI helper scenes
This commit is contained in:
@@ -1729,7 +1729,7 @@ int UIScene_SkinSelectMenu::UnlockSkinReturned(void *pParam,int iPad,C4JStorage:
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UIScene_SkinSelectMenu::RenableInput(LPVOID lpVoid, int, int)
|
||||
int UIScene_SkinSelectMenu::RenableInput(void *lpVoid, int, int)
|
||||
{
|
||||
((UIScene_SkinSelectMenu*) lpVoid)->m_bIgnoreInput = false;
|
||||
return 0;
|
||||
@@ -1795,4 +1795,4 @@ void UIScene_SkinSelectMenu::HandleDLCLicenseChange()
|
||||
// update the lock flag
|
||||
handleSkinIndexChanged();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user