mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 01:29:07 +00:00
Remove WinAPI locals from XUI scenes
This commit is contained in:
@@ -155,7 +155,7 @@ private:
|
||||
std::vector<LevelGenerationOptions *> *m_generators;
|
||||
JoinMenuInitData *m_initData;
|
||||
|
||||
UINT m_DefaultMinecraftIconSize;
|
||||
unsigned int m_DefaultMinecraftIconSize;
|
||||
PBYTE m_DefaultMinecraftIconData;
|
||||
int *m_iConfigA; // track the texture packs that we don't have installed
|
||||
int m_iTexturePacksNotInstalled;
|
||||
@@ -165,4 +165,4 @@ private:
|
||||
bool m_bTransferComplete;
|
||||
bool m_bTransferFail;
|
||||
bool m_bSaveTransferInProgress;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user