mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 17:36:41 +00:00
Merge pull request #1999 from akortunov/resurrect
[Regression] Make sure we reset current weapon animation when resurrect actor
This commit is contained in:
commit
e65f254f7f
1 changed files with 1 additions and 0 deletions
|
@ -2523,6 +2523,7 @@ void CharacterController::resurrect()
|
||||||
mAnimation->disable(mCurrentDeath);
|
mAnimation->disable(mCurrentDeath);
|
||||||
mCurrentDeath.clear();
|
mCurrentDeath.clear();
|
||||||
mDeathState = CharState_None;
|
mDeathState = CharState_None;
|
||||||
|
mWeaponType = WeapType_None;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CharacterController::updateContinuousVfx()
|
void CharacterController::updateContinuousVfx()
|
||||||
|
|
Loading…
Reference in a new issue