Remove DWORD texture pack IDs from UI launch params

This commit is contained in:
notmatthewbeshay 2026-03-10 00:57:20 +11:00
parent 2dbce494d1
commit e372b25075

View file

@ -2,6 +2,8 @@
// #pragma message("UIStructs.h")
#include <cstdint>
#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;