freecam
[carveJwlIkooP6JGAAIwe30JlM.git] / player.h
index c98f10c83654c9744c2e51802cdc2b7223dfd8e1..0ed16b6f3a5f89af72d8b714ce1476da0e80840a 100644 (file)
--- a/player.h
+++ b/player.h
@@ -69,7 +69,6 @@ VG_STATIC struct gplayer
 
       /* Utility */
       float vswitch, slip, slip_last, reverse;
-
       float grab, jump, pushing, push_time;
       v2f grab_mouse_delta;
 
@@ -585,7 +584,6 @@ VG_STATIC void player_update_post(void)
    if( freecam )
       player_freecam();
 
-
    /* CAMERA POSITIONING: LAYER 0 */
    v2_copy( player.angles, main_camera.angles );
    v3_copy( player.camera_pos, main_camera.pos );