diff options
Diffstat (limited to 'source/Player.h')
-rw-r--r-- | source/Player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Player.h b/source/Player.h index d9cfddece..3a5f346d5 100644 --- a/source/Player.h +++ b/source/Player.h @@ -44,7 +44,7 @@ public: inline cInventory & GetInventory(void) { return m_Inventory; } //tolua_export inline const cInventory & GetInventory(void) const { return m_Inventory; } - inline const cItem & GetEquippedItem(void) const {return GetInventory().GetEquippedItem(); } + inline const cItem & GetEquippedItem(void) const {return GetInventory().GetEquippedItem(); } // tolua_export virtual void TeleportTo( const double & a_PosX, const double & a_PosY, const double & a_PosZ ); //tolua_export |