X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_skate.h;h=1c23b5845395c3dc62f5942059259e949cf7e441;hb=9d5997f1e611b66c7220f7eb388f427032d8da79;hp=ee1a236e4273fe79303477c25b5e6cdcc41a91ca;hpb=6e9b9e12e1f9da0419cd4d89707c7d599512d3b8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_skate.h b/player_skate.h index ee1a236..1c23b58 100644 --- a/player_skate.h +++ b/player_skate.h @@ -59,7 +59,8 @@ struct player_skate v2f grab_mouse_delta; int charging_jump, jump_dir; - float jump_charge; + float jump_charge, + slap; double jump_time; double start_push, @@ -71,6 +72,8 @@ struct player_skate double air_start; v3f air_init_v, air_init_co; + + v4f smoothed_rotation; } state, state_gate_storage; @@ -96,8 +99,6 @@ struct player_skate blend_airdir, blend_weight; - float slap; - /* vectors representing the direction of the axels in localspace */ v3f truckv0[2]; v2f wobble;