summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/c_base_player.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/internal_rewrite/c_base_player.hpp')
-rw-r--r--cheat/internal_rewrite/c_base_player.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/cheat/internal_rewrite/c_base_player.hpp b/cheat/internal_rewrite/c_base_player.hpp
index 30bafde..78c84ac 100644
--- a/cheat/internal_rewrite/c_base_player.hpp
+++ b/cheat/internal_rewrite/c_base_player.hpp
@@ -399,13 +399,7 @@ public:
return *reinterpret_cast< CCSGOPlayerAnimState** >( uintptr_t( this ) + offset - 0xa );
}
- __forceinline void update_clientside_animation( ) {
- bool backup = m_bClientSideAnimation( );
- m_bClientSideAnimation( ) = true;
- util::get_vfunc< 218, void >( this );
- m_bClientSideAnimation( ) = backup;
- }
-
+ void update_clientside_animation();
void invalidate_bone_cache( );
__forceinline vec3_t get_eye_pos( ) {