summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-09-10 08:36:33 +0200
committerMattes D <github@xoft.cz>2014-09-10 08:36:33 +0200
commit76d5aa1d51b618905019f72ca4388aed75941e7e (patch)
treed39589ef7a48771b05f1d2adb96e6c869262bc00 /src/Blocks/BlockDoor.h
parentMerge pull request #1399 from mc-server/warnings (diff)
parentRemoved old sound-configuration for SignPosts (diff)
downloadcuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.gz
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.bz2
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.lz
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.xz
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.tar.zst
cuberite-76d5aa1d51b618905019f72ca4388aed75941e7e.zip
Diffstat (limited to 'src/Blocks/BlockDoor.h')
-rw-r--r--src/Blocks/BlockDoor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Blocks/BlockDoor.h b/src/Blocks/BlockDoor.h
index c86fe829b..69e30d9c8 100644
--- a/src/Blocks/BlockDoor.h
+++ b/src/Blocks/BlockDoor.h
@@ -19,7 +19,6 @@ public:
virtual void OnDestroyed(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, int a_BlockX, int a_BlockY, int a_BlockZ) override;
virtual void OnUse(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ) override;
virtual void OnCancelRightClick(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace) override;
- virtual const char * GetStepSound(void) override;
virtual NIBBLETYPE MetaRotateCCW(NIBBLETYPE a_Meta) override;
virtual NIBBLETYPE MetaRotateCW(NIBBLETYPE a_Meta) override;