summaryrefslogtreecommitdiff
path: root/internal_rewrite/update_clientside_animation.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-01 14:23:02 +0200
committernavewindre <boneyaard@gmail.com>2018-09-01 14:23:02 +0200
commitbeb5515757c0e653adc33f181184fe3791ca0a6b (patch)
tree68f123f602795a31a8811bd56e3b3271c102a3fa /internal_rewrite/update_clientside_animation.cpp
parent0767d6d4acaf5f86a67a375dffa54da9323646e3 (diff)
dasdadasf
Diffstat (limited to 'internal_rewrite/update_clientside_animation.cpp')
-rw-r--r--internal_rewrite/update_clientside_animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/update_clientside_animation.cpp b/internal_rewrite/update_clientside_animation.cpp
index 4653fa6..e05d6c2 100644
--- a/internal_rewrite/update_clientside_animation.cpp
+++ b/internal_rewrite/update_clientside_animation.cpp
@@ -44,7 +44,7 @@ void __fastcall hooks::update_clientside_animation( void* ecx_, void* edx_ ) {
vec3_t real_angle = g_ctx.m_thirdperson_angle;
float min_pitch = 10.0f;
- if( g_ctx.m_local->get_animstate( )->m_bInHitGroundAnimation ) {
+ if( g_ctx.m_local->get_animstate( )->m_bInHitGroundAnimation && ( g_ctx.m_local->m_fFlags( ) & FL_ONGROUND ) ) {
if( real_angle.x > min_pitch ) {
real_angle.x = -min_pitch;
}