X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_skate.h;fp=player_skate.h;h=72eb94e678a1cb49247018074ea31f09c0db4b50;hb=7398f8a24aaba107bafb5ab5c55141b94e10027b;hp=1c23b5845395c3dc62f5942059259e949cf7e441;hpb=9d5997f1e611b66c7220f7eb388f427032d8da79;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_skate.h b/player_skate.h index 1c23b58..72eb94e 100644 --- a/player_skate.h +++ b/player_skate.h @@ -81,7 +81,7 @@ struct player_skate /* animation */ struct skeleton_anim *anim_stand, *anim_highg, *anim_slide, - *anim_air, + *anim_air, *anim_grind, *anim_grind_jump, *anim_push, *anim_push_reverse, *anim_ollie, *anim_ollie_reverse, *anim_grabs, *anim_stop; @@ -93,6 +93,8 @@ struct player_skate blend_z, blend_x, blend_fly, + blend_grind, + blend_grind_balance, blend_stand, blend_push, blend_jump,