mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-18 01:02:01 +00:00
Remove WinAPI locals from XUI scenes
This commit is contained in:
@@ -473,7 +473,7 @@ HRESULT CScene_Leaderboards::OnKeyDown(XUIMessageInput* pInputData, BOOL& bHandl
|
||||
case VK_PAD_B:
|
||||
case VK_ESCAPE:
|
||||
{
|
||||
BYTE userIndex = pInputData->UserIndex;
|
||||
int userIndex = pInputData->UserIndex;
|
||||
if( !app.IsPauseMenuDisplayed(userIndex) )
|
||||
{
|
||||
// If we are not from a pause menu, then we are from the main menu
|
||||
|
||||
Reference in New Issue
Block a user