1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +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;