1
0
Fork 1
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:
scrawl 2015-01-21 01:33:48 +01:00
parent 03df659e7d
commit db64ff6645

View file

@ -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;