X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=player_skate.h;h=11c66e9d203ccc2c4493613cf289664eae8328e2;hb=b1557496a922904b7abcd47d5a59a6da44d70fe8;hp=6ace410aa910d08c5d7c3abdc5a7316ae0a43e09;hpb=0b69490b7ced300b028240fe0606b10b39fe08a2;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_skate.h b/player_skate.h index 6ace410..11c66e9 100644 --- a/player_skate.h +++ b/player_skate.h @@ -18,13 +18,15 @@ struct player_skate activity, activity_prev; - float steery, + float /* steery, steerx, steery_s, - steerx_s, + steerx_s, */ reverse, slip; + int manual_direction; + /* tricks */ v3f flip_axis; float flip_time, @@ -37,6 +39,9 @@ struct player_skate m3x3f velocity_bias, velocity_bias_pstep; v3f apex; + v3f up_dir; + + v3f head_position; int lift_frames;