mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 03:40:49 +00:00
Fix actorId initialization
This commit is contained in:
parent
03df659e7d
commit
db64ff6645
@ -230,7 +230,7 @@ void ESM::CreatureStats::blank()
|
||||
mTradeTime.mHour = 0;
|
||||
mTradeTime.mDay = 0;
|
||||
mGoldPool = 0;
|
||||
mActorId = 0;
|
||||
mActorId = -1;
|
||||
mHasAiSettings = false;
|
||||
mDead = false;
|
||||
mDied = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user