1
0
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:
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;