aboutsummaryrefslogtreecommitdiffstats
path: root/core/effectslot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-07-15 04:28:13 -0700
committerChris Robinson <[email protected]>2022-07-15 04:28:13 -0700
commit0b9fc03545f7418be89bb9a8901b342ce84a5f67 (patch)
tree38e5cbf58a3444938116867a8c78e7fc6f7d280b /core/effectslot.h
parent07c2e786f5959f15c50f380f347d345e59218af2 (diff)
Dynamically allocate EffectSlot objects
Diffstat (limited to 'core/effectslot.h')
-rw-r--r--core/effectslot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/effectslot.h b/core/effectslot.h
index 8b7b977c..92fd1961 100644
--- a/core/effectslot.h
+++ b/core/effectslot.h
@@ -82,7 +82,7 @@ struct EffectSlot {
static EffectSlotArray *CreatePtrArray(size_t count) noexcept;
- DISABLE_ALLOC()
+ DEF_NEWDEL(EffectSlot)
};
#endif /* CORE_EFFECTSLOT_H */