diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-30 22:13:13 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-30 22:13:13 +0100 |
commit | 67b5a417e35febeb211d29320197d5f1ac2ba291 (patch) | |
tree | 2de5132e2a0cdadcb73e3ec590e2ba095405914f /src/BlockInfo.cpp | |
parent | Fixed signs and added missing blocks to sand simulators list (diff) | |
download | cuberite-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.cpp | 1 |
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"; } |