summaryrefslogtreecommitdiff
path: root/internal_rewrite/update_clientside_animation.cpp
diff options
context:
space:
mode:
authorUnknown <azeem@live.ru>2018-10-12 16:51:55 +0100
committerUnknown <azeem@live.ru>2018-10-12 16:51:55 +0100
commitb48ce5a80d059d802d1ef3a872731df45ee57c9d (patch)
tree0e18b730af71a5c09957c84ebda18babe4cc1d8c /internal_rewrite/update_clientside_animation.cpp
parentb069eb51f206e352762f835908c64a8939fb77ce (diff)
another fix
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 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;