mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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")
|
// #pragma message("UIStructs.h")
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
#include "UIEnums.h"
|
#include "UIEnums.h"
|
||||||
|
|
||||||
class Container;
|
class Container;
|
||||||
|
|
@ -257,7 +259,7 @@ typedef struct _LaunchMoreOptionsMenuInitData
|
||||||
|
|
||||||
int iPad;
|
int iPad;
|
||||||
|
|
||||||
DWORD dwTexturePack;
|
std::uint32_t dwTexturePack;
|
||||||
|
|
||||||
std::wstring seed;
|
std::wstring seed;
|
||||||
int worldSize;
|
int worldSize;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue