mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 16:15:31 +00:00
Fix actorId initialization
This commit is contained in:
parent
03df659e7d
commit
db64ff6645
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue