1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00

Fix ghosts in Cavern Of The Incarnate having -1 health

This commit is contained in:
scrawl 2014-05-29 17:54:45 +02:00
parent 6a882e1e8d
commit 50a72ed710

View File

@ -82,7 +82,7 @@ struct NPC
char mSkills[Skill::Length];
char mReputation;
short mHealth, mMana, mFatigue;
unsigned short mHealth, mMana, mFatigue;
char mDisposition, mFactionID, mRank;
char mUnknown;
int mGold;