mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-06 10:05:25 +00:00
TU24
This commit is contained in:
@@ -159,7 +159,7 @@ void UIScene_TradingMenu::customDraw(IggyCustomDrawCallbackRegion *region)
|
||||
|
||||
shared_ptr<ItemInstance> item = nullptr;
|
||||
int slotId = -1;
|
||||
swscanf_s(static_cast<wchar_t *>(region->name),L"slot_%d",&slotId);
|
||||
swscanf(static_cast<wchar_t *>(region->name),L"slot_%d",&slotId);
|
||||
|
||||
if(slotId < MerchantMenu::USE_ROW_SLOT_END)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user