forked from mirror/openmw-tes3mp
ESMReader::close now clears mHeader
This commit is contained in:
parent
0982d2175a
commit
f5b7a230fc
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ void ESMReader::close()
|
|||
mCtx.subCached = false;
|
||||
mCtx.recName.clear();
|
||||
mCtx.subName.clear();
|
||||
mHeader.blank();
|
||||
}
|
||||
|
||||
void ESMReader::openRaw(Files::IStreamPtr _esm, const std::string& name)
|
||||
|
|
Loading…
Reference in a new issue