X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=b6c70c04562716bb95ec4f42c9b0ef8b31044964;hb=06e5d59a9b7fdd96a2e46f49be85089b43df75ae;hp=d744d192d06db58c16097a3c2df53fdfaa3f1f2e;hpb=76042e561d89b232f04cac8a431b5cd7b30a6b9d;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index d744d19..b6c70c0 100644 --- a/player.h +++ b/player.h @@ -28,31 +28,6 @@ struct player_instance camera_mode; float camera_type_blend; -#if 0 - struct - { - v3f co, angles; - } - cam1, cam3; -#endif - -#if 0 - v3f follow_pos, - follow_angles, - follow_pos_target, - follow_angles_target, - override_pos, - override_angles, - fpv_pos, - fpv_angles, - fpv_offset, - fpv_offset_target; - - float cam_position_override_strength, - cam_angles_override_strength, - cam_land_punch, - cam_land_punch_v; -#endif v3f fpv_offset, /* expressed relative to rigidbody */ tpv_offset,