From b48ce5a80d059d802d1ef3a872731df45ee57c9d Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 12 Oct 2018 16:51:55 +0100 Subject: another fix --- internal_rewrite/update_clientside_animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal_rewrite/update_clientside_animation.cpp') diff --git a/internal_rewrite/update_clientside_animation.cpp b/internal_rewrite/update_clientside_animation.cpp index 69f8607..a1007fe 100644 --- a/internal_rewrite/update_clientside_animation.cpp +++ b/internal_rewrite/update_clientside_animation.cpp @@ -32,7 +32,7 @@ void __fastcall hooks::update_clientside_animation( void* ecx_, void* edx_ ) { old_func( ecx_, edx_ ); if( !first_update ) { - g_ctx.m_local->restore_anim_data( true ); + //g_ctx.m_local->restore_anim_data( true ); ent->set_abs_angles( vec3_t( 0, ent->get_animstate( )->m_flGoalFeetYaw, 0 ) ); bool backup = ent->get_animstate( )->m_bOnGround; -- cgit v1.2.3