mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 18:59:27 +00:00
fix: unglob everything else and make it build
This commit is contained in:
@@ -1665,7 +1665,7 @@ int UIScene_SkinSelectMenu::UnlockSkinReturned(void *pParam,int iPad,C4JStorage:
|
||||
|
||||
// retrieve the store name for the skin pack
|
||||
std::wstring wStrPackName=pScene->m_currentPack->getName();
|
||||
const char *pchPackName=std::wstringtofilename(wStrPackName);
|
||||
const char *pchPackName=wstringtofilename(wStrPackName);
|
||||
SONYDLC *pSONYDLCInfo=app.GetSONYDLCInfo((char *)pchPackName);
|
||||
|
||||
if (pSONYDLCInfo != NULL)
|
||||
|
||||
Reference in New Issue
Block a user