Permalink
Browse files

Spacing

  • Loading branch information...
Howaner committed Feb 6, 2015
1 parent fcb14f4 commit 2a81e98ea379c5b7e65a0781185adfca8534058a
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Entities/Player.h
View
@@ -121,7 +121,7 @@ class cPlayer :
inline void SetStance( const double a_Stance) { m_Stance = a_Stance; }
double GetEyeHeight(void) const; // tolua_export
Vector3d GetEyePosition(void) const; // tolua_export
virtual bool IsOnGround(void) const override {return m_bTouchGround; }
virtual bool IsOnGround(void) const override { return m_bTouchGround; }
inline double GetStance(void) const { return GetPosY() + 1.62; } // tolua_export // TODO: Proper stance when crouching etc.
inline cInventory & GetInventory(void) { return m_Inventory; } // tolua_export
inline const cInventory & GetInventory(void) const { return m_Inventory; }

0 comments on commit 2a81e98

Please sign in to comment.