This commit is contained in:
GabsPuNs
2026-05-14 21:52:21 -04:00
parent 1b2f5c6fe8
commit f8a2d644f5
291 changed files with 7363 additions and 18368 deletions

View File

@@ -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)
{