summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-11-30 22:13:13 +0100
committerHowaner <franzi.moos@googlemail.com>2014-11-30 22:13:13 +0100
commit67b5a417e35febeb211d29320197d5f1ac2ba291 (patch)
tree2de5132e2a0cdadcb73e3ec590e2ba095405914f /src/BlockInfo.cpp
parentFixed signs and added missing blocks to sand simulators list (diff)
downloadcuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.gz
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.bz2
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.lz
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.xz
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.tar.zst
cuberite-67b5a417e35febeb211d29320197d5f1ac2ba291.zip
Diffstat (limited to '')
-rw-r--r--src/BlockInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index bcab21e77..5bcf4da50 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -774,6 +774,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info)
a_Info[E_BLOCK_JUNGLE_DOOR ].m_PlaceSound = "dig.wood";
a_Info[E_BLOCK_ACACIA_DOOR ].m_PlaceSound = "dig.wood";
a_Info[E_BLOCK_DARK_OAK_DOOR ].m_PlaceSound = "dig.wood";
+ a_Info[E_BLOCK_BED ].m_PlaceSound = "dig.wood";
}