From 430f93006fb8ac7c37c8cfc984d3d02b9f7dc693 Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 7 Dec 2018 14:18:45 +1300 Subject: broke the cheat even more :DDDDDDDDD --- cheat/internal_rewrite/c_base_player.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'cheat/internal_rewrite/c_base_player.hpp') 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( ) { -- cgit v1.2.3