forked from mirror/openmw-tes3mp
removed redundant copy of Header::Data
This commit is contained in:
parent
9e68a420ae
commit
731ac6a160
2 changed files with 0 additions and 2 deletions
|
@ -109,7 +109,6 @@ struct ESM_Context
|
||||||
uint32_t leftRec, leftSub;
|
uint32_t leftRec, leftSub;
|
||||||
size_t leftFile;
|
size_t leftFile;
|
||||||
NAME recName, subName;
|
NAME recName, subName;
|
||||||
Header::Data header;
|
|
||||||
// When working with multiple esX files, we will generate lists of all files that
|
// When working with multiple esX files, we will generate lists of all files that
|
||||||
// actually contribute to a specific cell. Therefore, we need to store the index
|
// actually contribute to a specific cell. Therefore, we need to store the index
|
||||||
// of the file belonging to this contest. See CellStore::(list/load)refs for details.
|
// of the file belonging to this contest. See CellStore::(list/load)refs for details.
|
||||||
|
|
|
@ -64,7 +64,6 @@ void ESMReader::open(Ogre::DataStreamPtr _esm, const std::string &name)
|
||||||
|
|
||||||
// Get the header
|
// Get the header
|
||||||
getHNT (mHeader.mData, "HEDR", 300);
|
getHNT (mHeader.mData, "HEDR", 300);
|
||||||
mCtx.header = mHeader.mData;
|
|
||||||
|
|
||||||
// Some mods abuse the header.version field for the version of the mod instead of the version of the file format, so we can only ignore it.
|
// Some mods abuse the header.version field for the version of the mod instead of the version of the file format, so we can only ignore it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue