mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-26 06:45:31 +03:00
Fixed singleplayer anim state reload not working
This commit is contained in:
parent
3a3d9a45b6
commit
1b1218f5fe
@ -282,6 +282,10 @@ void CSinglePlayerAnimState::ClearAnimationState()
|
||||
m_bReloading = false;
|
||||
m_bWeaponSwitching = false;
|
||||
m_bPlayingMisc = false;
|
||||
m_flReloadBlendIn = 0.0f;
|
||||
m_flReloadBlendOut = 0.0f;
|
||||
m_flMiscBlendIn = 0.0f;
|
||||
m_flMiscBlendOut = 0.0f;
|
||||
CBasePlayerAnimState::ClearAnimationState();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user