diff options
| author | boris <wzn@moneybot.cc> | 2018-12-07 14:18:45 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-07 14:18:45 +1300 |
| commit | 430f93006fb8ac7c37c8cfc984d3d02b9f7dc693 (patch) | |
| tree | faabb436330b1d55e48449874e8fb03ac60f3b7c /cheat/internal_rewrite/c_base_player.hpp | |
| parent | bb8b13b512d1b9bbe8f78cb8d64eba5479fbd540 (diff) | |
broke the cheat even more :DDDDDDDDD
Diffstat (limited to 'cheat/internal_rewrite/c_base_player.hpp')
| -rw-r--r-- | cheat/internal_rewrite/c_base_player.hpp | 8 |
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( ) { |
