summaryrefslogtreecommitdiffstats
path: root/src/Blocks
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-06 22:31:55 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-06 22:31:55 +0100
commitb115f3d636809e3cfaab80d401347a2d6e6f7df0 (patch)
tree592bbeca0fdc001cef91027fede16600cd7e0783 /src/Blocks
parentPuking now uses GetEyeHeight() (diff)
downloadcuberite-b115f3d636809e3cfaab80d401347a2d6e6f7df0.tar
cuberite-b115f3d636809e3cfaab80d401347a2d6e6f7df0.tar.gz
cuberite-b115f3d636809e3cfaab80d401347a2d6e6f7df0.tar.bz2
cuberite-b115f3d636809e3cfaab80d401347a2d6e6f7df0.tar.lz
cuberite-b115f3d636809e3cfaab80d401347a2d6e6f7df0.tar.xz
cuberite-b115f3d636809e3cfaab80d401347a2d6e6f7df0.tar.zst
cuberite-b115f3d636809e3cfaab80d401347a2d6e6f7df0.zip
Diffstat (limited to 'src/Blocks')
-rw-r--r--src/Blocks/BlockTrapdoor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Blocks/BlockTrapdoor.h b/src/Blocks/BlockTrapdoor.h
index 4682faa3b..57718b45f 100644
--- a/src/Blocks/BlockTrapdoor.h
+++ b/src/Blocks/BlockTrapdoor.h
@@ -50,12 +50,10 @@ public:
a_BlockType = m_BlockType;
a_BlockMeta = BlockFaceToMetaData(a_BlockFace);
- /* TODO: fix CursorY issues and uncomment this
if (a_CursorY > 7)
{
a_BlockMeta |= 0x8;
}
- */
return true;
}