diff options
Diffstat (limited to 'src/Entities/Player.h')
-rw-r--r-- | src/Entities/Player.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |