dont remember
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.h
index ee1a236e4273fe79303477c25b5e6cdcc41a91ca..1c23b5845395c3dc62f5942059259e949cf7e441 100644 (file)
@@ -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;