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.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal_rewrite/c_base_player.hpp b/internal_rewrite/c_base_player.hpp
index bf8a9c0..d41fe82 100644
--- a/internal_rewrite/c_base_player.hpp
+++ b/internal_rewrite/c_base_player.hpp
@@ -239,6 +239,9 @@ struct ent_animdata_t {
bool m_valid{ };
float m_last_duck;
int m_prev_flags;
+ int m_anim_flags;
+ float m_adjust_rate;
+ float m_adjust_cycle;
};
class c_base_player {