mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
silenced two warnings
This commit is contained in:
parent
be88168e91
commit
4778c27548
@ -621,12 +621,6 @@ void CSMTools::ReferenceableCheckStage::npcCheck (
|
||||
}
|
||||
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)
|
||||
messages.push_back (std::make_pair (id, npc.mId + " agility has zero value"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user