]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/localplayer.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / client / localplayer.h
index ebc67c4f8c7849844375ca3bacbb60cb3fcb146a..271589c592b58210f3a3a1a2ed46e65cb927eff8 100644 (file)
@@ -237,7 +237,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;