diff options
Diffstat (limited to 'internal_rewrite/c_base_player.hpp')
| -rw-r--r-- | internal_rewrite/c_base_player.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/c_base_player.hpp b/internal_rewrite/c_base_player.hpp index d41fe82..b1999b7 100644 --- a/internal_rewrite/c_base_player.hpp +++ b/internal_rewrite/c_base_player.hpp @@ -456,7 +456,7 @@ public: void validate_animation_layers( ); void compute_move_cycle( bool reset, bool moving ); void calculate_duckamount( bool reset ); - void cache_anim_data( ); + void cache_anim_data( bool layers = true ); void restore_anim_data( bool layers = false ); void handle_taser_animation( ); void calc_anim_velocity( bool reset ); |
