forked from teamnwah/openmw-tes3coop
[Client] Make all LocalActors get initialized correctly again
This commit is contained in:
parent
d7d4dec200
commit
5a786e6c56
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue