From e372b250756f7eb477fbf27fb0886e21cb490eac Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Tue, 10 Mar 2026 00:57:20 +1100 Subject: [PATCH] Remove DWORD texture pack IDs from UI launch params --- Minecraft.Client/Platform/Common/UI/UIStructs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Minecraft.Client/Platform/Common/UI/UIStructs.h b/Minecraft.Client/Platform/Common/UI/UIStructs.h index d59a666fa..637bdea9b 100644 --- a/Minecraft.Client/Platform/Common/UI/UIStructs.h +++ b/Minecraft.Client/Platform/Common/UI/UIStructs.h @@ -2,6 +2,8 @@ // #pragma message("UIStructs.h") +#include + #include "UIEnums.h" class Container; @@ -257,7 +259,7 @@ typedef struct _LaunchMoreOptionsMenuInitData int iPad; - DWORD dwTexturePack; + std::uint32_t dwTexturePack; std::wstring seed; int worldSize;