]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/localplayer.h
Remove obsolete eye_height related workaround
[dragonfireclient.git] / src / client / localplayer.h
index 3d0072fc1110f025607b4786db416db1c973fc30..650a015741ccf77332bf2b9cba290e98f9b5fc87 100644 (file)
@@ -199,7 +199,6 @@ class LocalPlayer : public Player
        u16 m_breath = PLAYER_MAX_BREATH_DEFAULT;
        f32 m_yaw = 0.0f;
        f32 m_pitch = 0.0f;
-       bool camera_barely_in_ceiling = false;
        aabb3f m_collisionbox = aabb3f(-BS * 0.30f, 0.0f, -BS * 0.30f, BS * 0.30f,
                BS * 1.75f, BS * 0.30f);
        float m_eye_height = 1.625f;