diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-07 14:05:35 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-07 14:05:35 +0200 |
commit | b53b40b5610c456176f4b7962e1af1cc49562930 (patch) | |
tree | f3e24c0f4d063d9c8c59f8b3c56745fd0da041c8 /source/cInventory.h | |
parent | Removed the build folder (diff) | |
download | cuberite-b53b40b5610c456176f4b7962e1af1cc49562930.tar cuberite-b53b40b5610c456176f4b7962e1af1cc49562930.tar.gz cuberite-b53b40b5610c456176f4b7962e1af1cc49562930.tar.bz2 cuberite-b53b40b5610c456176f4b7962e1af1cc49562930.tar.lz cuberite-b53b40b5610c456176f4b7962e1af1cc49562930.tar.xz cuberite-b53b40b5610c456176f4b7962e1af1cc49562930.tar.zst cuberite-b53b40b5610c456176f4b7962e1af1cc49562930.zip |
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 |