X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=0ed16b6f3a5f89af72d8b714ce1476da0e80840a;hb=b7b269bde94a997555de7f123688bf0abf92cc44;hp=c98f10c83654c9744c2e51802cdc2b7223dfd8e1;hpb=f7db507815e2822d971031c30f25e02b45e9c914;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index c98f10c..0ed16b6 100644 --- 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 );