stepping
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.h
index 2b7c60e820893dd0bb9007ababc7286e43c24a8d..5bca1a6dae5ba1ed3e279172dba9e45aa5f0f4d9 100644 (file)
@@ -27,11 +27,7 @@ struct player_skate
       activity,
       activity_prev;
 
-      float /* steery,
-            steerx,
-            steery_s,
-            steerx_s, */
-            reverse,
+      float reverse,
             slip;
 
       int manual_direction;
@@ -75,7 +71,6 @@ struct player_skate
    state,
    state_gate_storage;
 
-
    /* animation /audio */
    struct skeleton_anim *anim_stand, *anim_highg, *anim_slide,
                         *anim_air, *anim_grind, *anim_grind_jump,
@@ -118,6 +113,8 @@ struct player_skate
    }
    main_sample_type;
 
+   player_pose holdout;
+
    /*
     * Physics 
     * ----------------------------------------------------