From 1f3f1ab2a20c6d90189cf1fd03cfbb08077bc02e Mon Sep 17 00:00:00 2001 From: navewindre Date: Thu, 30 Aug 2018 22:58:37 +0200 Subject: dsad --- internal_rewrite/c_base_player.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal_rewrite/c_base_player.hpp') diff --git a/internal_rewrite/c_base_player.hpp b/internal_rewrite/c_base_player.hpp index 8aef969..0ed9aa1 100644 --- a/internal_rewrite/c_base_player.hpp +++ b/internal_rewrite/c_base_player.hpp @@ -238,6 +238,7 @@ struct ent_animdata_t { vec3_t m_anim_velocity; bool m_valid{ }; float m_last_duck; + int m_prev_flags; }; class c_base_player { @@ -456,6 +457,7 @@ public: void restore_anim_data( bool layers = false ); void handle_taser_animation( ); void calc_anim_velocity( bool reset ); + void fix_jump_fall( bool reset ); bool is_breaking_lc( ); }; \ No newline at end of file -- cgit v1.2.3