1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 17:45:33 +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.mHour = 0;
mTradeTime.mDay = 0; mTradeTime.mDay = 0;
mGoldPool = 0; mGoldPool = 0;
mActorId = 0; mActorId = -1;
mHasAiSettings = false; mHasAiSettings = false;
mDead = false; mDead = false;
mDied = false; mDied = false;