From 66e65898838e3d5d40dfb225fd6c34f0f354b2e3 Mon Sep 17 00:00:00 2001 From: Gargaj Date: Tue, 10 Nov 2015 14:02:07 +0100 Subject: blockheight mechanism --- src/Entities/Player.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Entities/Player.h') diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 179eb02b7..bff9599f7 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -550,8 +550,6 @@ protected: /** A "buffer" which adds up hunger before it is substracted from m_FoodSaturationLevel or m_FoodLevel. Each action adds a little */ double m_FoodExhaustionLevel; - double m_LastGroundHeight; - bool m_bTouchGround; double m_Stance; /** Stores the player's inventory, consisting of crafting grid, hotbar, and main slots */ -- cgit v1.2.3