mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 20:23:37 +00:00
Remove DWORD texture pack IDs from UI launch params
This commit is contained in:
parent
2dbce494d1
commit
e372b25075
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue