mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Code compiles now
This commit is contained in:
parent
03235bf0a2
commit
da3dda896a
@ -835,7 +835,7 @@ void CSMTools::ReferenceableCheckStage::npcCheck(int stage, const CSMWorld::RefI
|
||||
|
||||
if (NPC.mNpdtType == 12)
|
||||
{
|
||||
if (NPC.mFlags ^ ESM::NPC::Flags::Autocalc)
|
||||
if (NPC.mFlags ^ 0x0008)
|
||||
{
|
||||
messages.push_back(id.toString() + "|" + NPC.mId + " mNpdtType and flags mismatch!"); //should not happend?
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user