fix some bug with remvoing items, add experimental stat saving for gadgets, fix shadow stones scuffy
This commit is contained in:
Milxnor
2023-05-07 22:30:56 -04:00
parent 3405177d20
commit bfe2610a11
18 changed files with 281 additions and 104 deletions

View File

@@ -24,7 +24,7 @@ namespace EFortPickupSourceTypeFlag
return ContainerValue;
}
static inline int64 GetFloorLootValue()
static inline int64 GetFloorLootValue()
{
static auto FloorLootValue = GetEnum() ? GetEnum()->GetValue("FloorLoot") : -1;
return FloorLootValue;
@@ -82,7 +82,7 @@ struct PickupCreateData
{
if (bShouldFreeItemEntryWhenDeconstructed)
{
// real
}
}
};