mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-15 21:59:43 +00:00
Remove DWORD texture pack IDs from UI launch params
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user