X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=0ed16b6f3a5f89af72d8b714ce1476da0e80840a;hb=b7b269bde94a997555de7f123688bf0abf92cc44;hp=95517725e435a2a895874d94321d74b15233b944;hpb=e7f34d37fb7a68f4a30995656c8f1c9075997124;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 9551772..0ed16b6 100644 --- a/player.h +++ b/player.h @@ -584,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 );