forked from mirror/openmw-tes3mp
[Client] Use initial values for LocalPlayer and LocalActor killers
This commit is contained in:
parent
3e52857e2b
commit
17c234d9ca
2 changed files with 8 additions and 0 deletions
|
@ -36,6 +36,10 @@ LocalActor::LocalActor()
|
|||
attack.shouldSend = false;
|
||||
attack.instant = false;
|
||||
|
||||
killer.isPlayer = false;
|
||||
killer.refId = "";
|
||||
killer.name = "";
|
||||
|
||||
creatureStats.mDead = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -61,6 +61,10 @@ LocalPlayer::LocalPlayer()
|
|||
|
||||
attack.shouldSend = false;
|
||||
|
||||
killer.isPlayer = false;
|
||||
killer.refId = "";
|
||||
killer.name = "";
|
||||
|
||||
isChangingRegion = false;
|
||||
|
||||
jailProgressText = "";
|
||||
|
|
Loading…
Reference in a new issue