shits fucked
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.h
index 24e9ab9de16499693c773256c88db8f6c53f6aeb..11c66e9d203ccc2c4493613cf289664eae8328e2 100644 (file)
@@ -25,6 +25,8 @@ struct player_skate
             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;