diff options
Diffstat (limited to 'source/cInventory.h')
-rw-r--r-- | source/cInventory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cInventory.h b/source/cInventory.h index 0b4220b32..f795a9898 100644 --- a/source/cInventory.h +++ b/source/cInventory.h @@ -75,6 +75,9 @@ protected: short m_EquippedSlot; cPlayer* m_Owner; + + // cWindowOwner override: + virtual void GetBlockPos(int & a_BlockX, int & a_BlockY, int & a_BlockZ) override {} // UNUSED for an inventory }; //tolua_export |