mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03: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();
|
mId = reader.getFormIdFromHeader();
|
||||||
mFlags = reader.hdr().record.flags;
|
mFlags = reader.hdr().record.flags;
|
||||||
|
mExtraFlags2 = 0;
|
||||||
|
mData = 0;
|
||||||
|
mType = 0;
|
||||||
|
|
||||||
std::optional<std::uint32_t> type;
|
std::optional<std::uint32_t> type;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue