to the workers of the world
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.h
index 9f21115eee71e0f4318873f47eb77f925571ef67..2b7c60e820893dd0bb9007ababc7286e43c24a8d 100644 (file)
@@ -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];