[Client] Make all LocalActors get initialized correctly again

This commit is contained in:
David Cernat 2017-05-09 14:19:25 +03:00
parent d7d4dec200
commit 5a786e6c56

View file

@ -33,6 +33,8 @@ LocalActor::LocalActor()
attack.type = Attack::MELEE; attack.type = Attack::MELEE;
attack.shouldSend = false; attack.shouldSend = false;
creatureStats.mDead = false;
} }
LocalActor::~LocalActor() LocalActor::~LocalActor()