diff options
author | Mattes D <github@xoft.cz> | 2014-09-10 08:36:33 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-09-10 08:36:33 +0200 |
commit | 76d5aa1d51b618905019f72ca4388aed75941e7e (patch) | |
tree | d39589ef7a48771b05f1d2adb96e6c869262bc00 /src/Blocks/BlockSignPost.h | |
parent | Merge pull request #1399 from mc-server/warnings (diff) | |
parent | Removed old sound-configuration for SignPosts (diff) | |
download | cuberite-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/BlockSignPost.h')
-rw-r--r-- | src/Blocks/BlockSignPost.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Blocks/BlockSignPost.h b/src/Blocks/BlockSignPost.h index d0cc760b0..40e15c253 100644 --- a/src/Blocks/BlockSignPost.h +++ b/src/Blocks/BlockSignPost.h @@ -27,12 +27,6 @@ public: } - virtual const char * GetStepSound(void) override - { - return "step.wood"; - } - - virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk) override { if (a_RelY <= 0) |