summaryrefslogtreecommitdiffstats
path: root/source/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Player.h')
-rw-r--r--source/Player.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Player.h b/source/Player.h
index 866798159..c8425a128 100644
--- a/source/Player.h
+++ b/source/Player.h
@@ -67,8 +67,7 @@ public:
inline cInventory & GetInventory(void) { return m_Inventory; } // tolua_export
inline const cInventory & GetInventory(void) const { return m_Inventory; }
- inline cItem & GetEquippedItem(void) { return GetInventory().GetEquippedItem(); } // tolua_export
- inline const cItem & GetEquippedItem(void) const { return GetInventory().GetEquippedItem(); }
+ inline const cItem & GetEquippedItem(void) const { return GetInventory().GetEquippedItem(); } // tolua_export
virtual void TeleportTo(double a_PosX, double a_PosY, double a_PosZ) override;