shits fucked
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.h
index 6ace410aa910d08c5d7c3abdc5a7316ae0a43e09..11c66e9d203ccc2c4493613cf289664eae8328e2 100644 (file)
@@ -18,13 +18,15 @@ struct player_skate
       activity,
       activity_prev;
 
-      float steery,
+      float /* steery,
             steerx,
             steery_s,
-            steerx_s,
+            steerx_s, */
             reverse,
             slip;
 
+      int manual_direction;
+
       /* tricks */
       v3f   flip_axis;
       float flip_time,
@@ -37,6 +39,9 @@ struct player_skate
       m3x3f velocity_bias,
             velocity_bias_pstep;
       v3f apex;
+      v3f up_dir;
+
+      v3f head_position;
 
       int lift_frames;