Skip to content

Commit

Permalink
Update TESForms.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutCascadia authored Aug 26, 2024
1 parent fa86596 commit b13e4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/TESForms.h
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ namespace RE
std::uint32_t formFlags; // 10
TESFormID formID; // 14
std::uint16_t inGameFormFlags; // 18
ENUM_FORM_ID formType; // 1A
REX::EnumSet<ENUM_FORM_ID, std::uint8_t> formType; // 1A
};
static_assert(sizeof(TESForm) == 0x20);

Expand Down

0 comments on commit b13e4e6

Please sign in to comment.