mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 17:15:34 +00:00
Init potentially unread fields for HDPT
This commit is contained in:
parent
91d37c16af
commit
d85130c4c0
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ void ESM4::HeadPart::load(ESM4::Reader& reader)
|
|||
{
|
||||
mId = reader.getFormIdFromHeader();
|
||||
mFlags = reader.hdr().record.flags;
|
||||
mExtraFlags2 = 0;
|
||||
mData = 0;
|
||||
mType = 0;
|
||||
|
||||
std::optional<std::uint32_t> type;
|
||||
|
||||
|
|
Loading…
Reference in a new issue