forked from teamnwah/openmw-tes3coop
silenced two warnings
This commit is contained in:
parent
be88168e91
commit
4778c27548
1 changed files with 0 additions and 6 deletions
|
@ -621,12 +621,6 @@ void CSMTools::ReferenceableCheckStage::npcCheck (
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (npc.mNpdt52.mMana < 0)
|
|
||||||
messages.push_back (std::make_pair (id, npc.mId + " mana has negative value"));
|
|
||||||
|
|
||||||
if (npc.mNpdt52.mFatigue < 0)
|
|
||||||
messages.push_back (std::make_pair (id, npc.mId + " fatigue has negative value"));
|
|
||||||
|
|
||||||
if (npc.mNpdt52.mAgility == 0)
|
if (npc.mNpdt52.mAgility == 0)
|
||||||
messages.push_back (std::make_pair (id, npc.mId + " agility has zero value"));
|
messages.push_back (std::make_pair (id, npc.mId + " agility has zero value"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue