diff options
author | willi123yao <willi123yao@gmail.com> | 2017-03-16 08:54:15 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-03-16 08:54:14 +0100 |
commit | eb7d684aad150fefae720c040d37fa5913284c90 (patch) | |
tree | ec129a2762cf3b80c5df6d6ddb801c7756933196 /src/BlockInfo.cpp | |
parent | Hard minimum compiler version GCC 4.8 and Clang 3.4 (#3587) (diff) | |
download | cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.gz cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.bz2 cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.lz cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.xz cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.zst cuberite-eb7d684aad150fefae720c040d37fa5913284c90.zip |
Diffstat (limited to 'src/BlockInfo.cpp')
-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 faa2e2808..fc739a60d 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -516,6 +516,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_COBWEB ].m_IsSolid = false; a_Info[E_BLOCK_CROPS ].m_IsSolid = false; a_Info[E_BLOCK_DANDELION ].m_IsSolid = false; + a_Info[E_BLOCK_DEAD_BUSH ].m_IsSolid = false; a_Info[E_BLOCK_DETECTOR_RAIL ].m_IsSolid = false; a_Info[E_BLOCK_END_GATEWAY ].m_IsSolid = false; a_Info[E_BLOCK_END_PORTAL ].m_IsSolid = false; |