mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-17 04:51:53 +00:00
WCHAR -> wchar_t
This commit is contained in:
@@ -191,7 +191,7 @@ UIScene_CreateWorldMenu::UIScene_CreateWorldMenu(int iPad, void* initData,
|
||||
|
||||
for (unsigned int i = 0; i < app.GetDLCInfoTexturesOffersCount(); ++i) {
|
||||
bTexturePackAlreadyListed = false;
|
||||
ULONGLONG ull = app.GetDLCInfoTexturesFullOffer(i);
|
||||
uint64_t ull = app.GetDLCInfoTexturesFullOffer(i);
|
||||
pDLCInfo = app.GetDLCInfoForFullOfferID(ull);
|
||||
for (unsigned int i = 0; i < texturePacksCount; ++i) {
|
||||
TexturePack* tp = pMinecraft->skins->getTexturePackByIndex(i);
|
||||
@@ -217,7 +217,7 @@ UIScene_CreateWorldMenu::UIScene_CreateWorldMenu(int iPad, void* initData,
|
||||
for (unsigned int i = 0; i < app.GetDLCInfoTexturesOffersCount();
|
||||
++i) {
|
||||
bTexturePackAlreadyListed = false;
|
||||
ULONGLONG ull = app.GetDLCInfoTexturesFullOffer(i);
|
||||
uint64_t ull = app.GetDLCInfoTexturesFullOffer(i);
|
||||
pDLCInfo = app.GetDLCInfoForFullOfferID(ull);
|
||||
for (unsigned int i = 0; i < texturePacksCount; ++i) {
|
||||
TexturePack* tp =
|
||||
@@ -390,7 +390,7 @@ void UIScene_CreateWorldMenu::StartSharedLaunchFlow() {
|
||||
// upsell the texture pack
|
||||
// tell sentient about the upsell of the full version of the skin
|
||||
// pack
|
||||
ULONGLONG ullOfferID_Full;
|
||||
uint64_t ullOfferID_Full;
|
||||
app.GetDLCFullOfferIDForPackID(m_MoreOptionsParams.dwTexturePack,
|
||||
&ullOfferID_Full);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user