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/HopperEntity.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/HopperEntity.cpp')
-rw-r--r-- | source/BlockEntities/HopperEntity.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source/BlockEntities/HopperEntity.cpp b/source/BlockEntities/HopperEntity.cpp index c3d7ed3ba..41849b1b3 100644 --- a/source/BlockEntities/HopperEntity.cpp +++ b/source/BlockEntities/HopperEntity.cpp @@ -16,17 +16,6 @@ -cHopperEntity::cHopperEntity(int a_BlockX, int a_BlockY, int a_BlockZ) : - super(E_BLOCK_HOPPER, a_BlockX, a_BlockY, a_BlockZ, ContentsWidth, ContentsHeight, NULL), - m_LastMoveItemsInTick(0), - m_LastMoveItemsOutTick(0) -{ -} - - - - - cHopperEntity::cHopperEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World) : super(E_BLOCK_HOPPER, a_BlockX, a_BlockY, a_BlockZ, ContentsWidth, ContentsHeight, a_World), m_LastMoveItemsInTick(0), |