mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 09:58:16 +00:00
Use integer locator sizes in XUI scenes
This commit is contained in:
@@ -262,7 +262,7 @@ HRESULT CScene_DLCOffers::GetDLCInfo( int iOfferC, bool bUpdateOnly )
|
||||
CXuiCtrl4JList::LIST_ITEM_INFO *pListInfo=NULL;
|
||||
//XMARKETPLACE_CONTENTOFFER_INFO xOffer;
|
||||
XMARKETPLACE_CURRENCY_CONTENTOFFER_INFO xOffer;
|
||||
const DWORD LOCATOR_SIZE = 256; // Use this to allocate space to hold a ResourceLocator string
|
||||
constexpr int LOCATOR_SIZE = 256; // Use this to allocate space to hold a ResourceLocator string
|
||||
WCHAR szResourceLocator[ LOCATOR_SIZE ];
|
||||
ZeroMemory(szResourceLocator,sizeof(WCHAR)*LOCATOR_SIZE);
|
||||
const ULONG_PTR c_ModuleHandle = (ULONG_PTR)GetModuleHandle(NULL);
|
||||
|
||||
Reference in New Issue
Block a user