1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

Merge branch 'init_field2' into 'master'

Init missing fields

See merge request OpenMW/openmw!3574
This commit is contained in:
Alexei Kotov 2023-11-11 21:34:53 +00:00
commit e11bee250f
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ namespace ESM4
ESM::FormId mId; // from the header
std::uint32_t mFlags; // from the header, see enum type RecordFlag for details
bool mIsTES5;
bool mIsTES5 = false;
std::string mEditorId;
std::string mFullName;

View file

@ -171,7 +171,7 @@ namespace Nif
};
NiPosDataPtr mData;
TargetColor mTargetColor;
TargetColor mTargetColor = TargetColor::Ambient;
void read(NIFStream* nif) override;
void post(Reader& nif) override;