Remove WinAPI small-id types from XUI player flows

This commit is contained in:
notmatthewbeshay
2026-03-14 07:02:16 +11:00
parent 1e789f55a5
commit 99d63ce7ec
5 changed files with 18 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
#include "../../Minecraft.Client/Player/MultiPlayerLocalPlayer.h"
#include "XUI_Scene_Win.h"
BYTE CScene_Win::s_winUserIndex = 0;
std::uint8_t CScene_Win::s_winUserIndex = 0;
const float CScene_Win::AUTO_SCROLL_SPEED = 1.0f;
const float CScene_Win::PLAYER_SCROLL_SPEED = 3.0f;
@@ -299,4 +299,4 @@ HRESULT CScene_Win::OnNavForward(XUIMessageNavForward *pNavForwardData, BOOL& bH
KillTimer(0);
return S_OK;
}
}