1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:23:52 +00:00

[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.shouldSend = false;
creatureStats.mDead = false;
}
LocalActor::~LocalActor()