mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-07 03:38:08 +00:00
Remove WinAPI small-id types from XUI player flows
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user