i hope your hapy
[carveJwlIkooP6JGAAIwe30JlM.git] / player_skate.h
index 0a29caa9b9b0f8fc14e9c2eedb7961db3a5b217d..f1661d53c87c881c447263ecfe0ccc2d51927200 100644 (file)
@@ -52,7 +52,6 @@ struct player_skate
 #endif
 
       v3f up_dir;
-
       v3f head_position;
 
       int lift_frames;
@@ -105,6 +104,9 @@ struct player_skate
    v3f truckv0[2];
    v2f wobble;
 
+   audio_channel *aud_main, *aud_slide, *aud_air;
+   enum mdl_surface_prop surface, audio_surface;
+
    /*
     * Physics 
     * ----------------------------------------------------
@@ -168,7 +170,7 @@ VG_STATIC void player__skate_animate      ( player_instance *player,
                                             player_animation *anim );
 VG_STATIC void player__skate_post_animate ( player_instance *player );
 VG_STATIC void player__skate_reset        ( player_instance *player,
-                                            struct respawn_point *rp );
+                                            ent_spawn *rp );
 
 VG_STATIC void player__skate_clear_mechanics( player_instance *player );
 VG_STATIC void player__skate_reset_animator( player_instance *player );