summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDoor.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-03-05 15:10:20 +0100
committerHowaner <franzi.moos@googlemail.com>2014-03-05 15:10:20 +0100
commitd4a5b16c52c41da59d2fe3405570653521e5d36e (patch)
treebbfa7b1b0d7101c9bdf98401c87164def39d4eb2 /src/Blocks/BlockDoor.h
parentFixed some gcc warnings in Defines.h. (diff)
downloadcuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar
cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.gz
cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.bz2
cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.lz
cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.xz
cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.zst
cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.zip
Diffstat (limited to 'src/Blocks/BlockDoor.h')
-rw-r--r--src/Blocks/BlockDoor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/BlockDoor.h b/src/Blocks/BlockDoor.h
index ef0dbb787..68be2c658 100644
--- a/src/Blocks/BlockDoor.h
+++ b/src/Blocks/BlockDoor.h
@@ -16,6 +16,7 @@ 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;