diff options
author | madmaxoft <github@xoft.cz> | 2013-11-15 09:36:43 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-15 09:49:56 +0100 |
commit | ebb2ccaa267116106002f358e18c5af58e13ec34 (patch) | |
tree | 0ae3962669ac528efcd3db84c69950431909b202 /source/BlockEntities/ChestEntity.cpp | |
parent | Merge pull request #349 from SamJBarney/master (diff) | |
download | cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.gz cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.bz2 cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.lz cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.xz cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.tar.zst cuberite-ebb2ccaa267116106002f358e18c5af58e13ec34.zip |
Diffstat (limited to 'source/BlockEntities/ChestEntity.cpp')
-rw-r--r-- | source/BlockEntities/ChestEntity.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/BlockEntities/ChestEntity.cpp b/source/BlockEntities/ChestEntity.cpp index 59193829d..ca2626bc9 100644 --- a/source/BlockEntities/ChestEntity.cpp +++ b/source/BlockEntities/ChestEntity.cpp @@ -11,16 +11,6 @@ -cChestEntity::cChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ) : - super(E_BLOCK_CHEST, a_BlockX, a_BlockY, a_BlockZ, ContentsWidth, ContentsHeight, NULL) -{ - cBlockEntityWindowOwner::SetBlockEntity(this); -} - - - - - cChestEntity::cChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World) : super(E_BLOCK_CHEST, a_BlockX, a_BlockY, a_BlockZ, ContentsWidth, ContentsHeight, a_World) { |