X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_skate.h;h=2b7c60e820893dd0bb9007ababc7286e43c24a8d;hb=620beae94b362ae4d4c42e5ba3329a6211d67a8f;hp=9f21115eee71e0f4318873f47eb77f925571ef67;hpb=6e29d444f89478d5965fc652373272e5d70e84e4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_skate.h b/player_skate.h index 9f21115..2b7c60e 100644 --- a/player_skate.h +++ b/player_skate.h @@ -19,6 +19,7 @@ struct player_skate k_skate_activity_undefined, k_skate_activity_grind_any, k_skate_activity_grind_boardslide, + k_skate_activity_grind_metallic, k_skate_activity_grind_back50, k_skate_activity_grind_front50, k_skate_activity_grind_5050 @@ -95,7 +96,8 @@ struct player_skate blend_push, blend_jump, blend_airdir, - blend_weight; + blend_weight, + subslap; /* vectors representing the direction of the axels in localspace */ v3f truckv0[2];