From 47c7997a23e39471675a43dcf20df7a752851502 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Tue, 7 Nov 2023 15:57:25 +0400 Subject: [PATCH] Init an another field --- components/esm4/loadrace.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esm4/loadrace.hpp b/components/esm4/loadrace.hpp index 9cd4d00891..125fefbd9f 100644 --- a/components/esm4/loadrace.hpp +++ b/components/esm4/loadrace.hpp @@ -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;