mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix nmt swpa
This commit is contained in:
@@ -88,10 +88,7 @@ struct PickupCreateData
|
||||
|
||||
if (bUseFMemoryRealloc)
|
||||
{
|
||||
static void (*FreeOriginal)(void* Original) = decltype(FreeOriginal)(Addresses::Free);
|
||||
|
||||
if (FreeOriginal)
|
||||
FreeOriginal(ItemEntry);
|
||||
FMemory::Free(ItemEntry);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user