mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Make sure we reset current weapon animation when resurrect actor (addition to bug #2626)
This commit is contained in:
parent
9dd0d641bc
commit
f98fc8d7b4
@ -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…
x
Reference in New Issue
Block a user