summaryrefslogtreecommitdiff
path: root/internal_rewrite/c_base_player.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/c_base_player.hpp')
-rw-r--r--internal_rewrite/c_base_player.hpp2
1 files changed, 2 insertions, 0 deletions
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