Skip to content

Commit

Permalink
Add TES_HEAP_REDEFINE_NEW macro to `BGSDebrisData
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Oct 8, 2024
1 parent 7e812d7 commit 4a69e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/RE/B/BGSDebris.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ namespace RE
kCollisionData = 1 << 0
};

TES_HEAP_REDEFINE_NEW();

// members
std::int8_t percentage; // 00 - DATA~
stl::enumeration<BGSDebrisDataFlags, std::uint8_t> flags; // 01 - ~DATA
Expand Down

0 comments on commit 4a69e76

Please sign in to comment.