From 0c6ebb664af7a3ac53b656321c5a640021f71b36 Mon Sep 17 00:00:00 2001 From: powerof3 Date: Wed, 9 Oct 2024 01:50:52 +0530 Subject: [PATCH] Add `TES_HEAP_REDEFINE_NEW` macro to ``BGSDebrisData` --- include/RE/B/BGSDebris.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/RE/B/BGSDebris.h b/include/RE/B/BGSDebris.h index 6df766bd9..807691a0b 100644 --- a/include/RE/B/BGSDebris.h +++ b/include/RE/B/BGSDebris.h @@ -23,6 +23,8 @@ namespace RE kCollisionData = 1 << 0 }; + TES_HEAP_REDEFINE_NEW(); + // members std::int8_t percentage; // 00 - DATA~ stl::enumeration flags; // 01 - ~DATA