mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Removed commented code
This commit is contained in:
parent
f75681d89b
commit
6683e43efc
@ -78,8 +78,6 @@ void ESMReader::open(Ogre::DataStreamPtr _esm, const std::string &name)
|
||||
getHNT(mCtx.header, "HEDR", 300);
|
||||
|
||||
// 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.
|
||||
//if (mCtx.header.version != VER_12 && mCtx.header.version != VER_13)
|
||||
//fail("Unsupported file format version");
|
||||
|
||||
while (isNextSub("MAST"))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user