mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 13:15:35 +00:00
Small fix so it compiles
This commit is contained in:
parent
b8192138af
commit
735b5fbf89
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ void ESM4::Land::load(ESM4::Reader& reader)
|
|||
bool isFONV = (esmVer == ESM::VER_132 || esmVer == ESM::VER_133 || esmVer == ESM::VER_134);
|
||||
bool isTES5 = (esmVer == ESM::VER_094 || esmVer == ESM::VER_170); // WARN: FO3 is also VER_094
|
||||
// WARN: below workaround assumes the data directory path has "Fallout" somewhere
|
||||
if (esmVer == ESM4::VER_094 && reader.getContext().filename.find("allout") != std::string::npos)
|
||||
isTES5 = false; // FIXME: terrible hack
|
||||
//if (esmVer == ESM::VER_094 && reader.getContext().filename.find("allout") != std::string::npos)
|
||||
// isTES5 = false; // FIXME: terrible hack
|
||||
|
||||
mDataTypes = 0;
|
||||
mCell = reader.currCell();
|
||||
|
|
Loading…
Reference in a new issue