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:
parent
6a882e1e8d
commit
50a72ed710
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user