diff options
author | Mattes D <github@xoft.cz> | 2014-12-14 17:39:50 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-14 17:39:50 +0100 |
commit | 81446b0f809c1a15b45f0f3118f0a68eb0565f91 (patch) | |
tree | 0c0038b9a2421f829d1fa08af90ccb293cd0b0ec /src/BlockInfo.cpp | |
parent | Merge pull request #1670 from Masy98/crafting (diff) | |
parent | Merge branch 'master' into Cocoa (diff) | |
download | cuberite-81446b0f809c1a15b45f0f3118f0a68eb0565f91.tar cuberite-81446b0f809c1a15b45f0f3118f0a68eb0565f91.tar.gz cuberite-81446b0f809c1a15b45f0f3118f0a68eb0565f91.tar.bz2 cuberite-81446b0f809c1a15b45f0f3118f0a68eb0565f91.tar.lz cuberite-81446b0f809c1a15b45f0f3118f0a68eb0565f91.tar.xz cuberite-81446b0f809c1a15b45f0f3118f0a68eb0565f91.tar.zst cuberite-81446b0f809c1a15b45f0f3118f0a68eb0565f91.zip |
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r-- | src/BlockInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index bcab21e77..3c5e8d7b7 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -452,7 +452,6 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_AIR ].m_IsSolid = false; a_Info[E_BLOCK_BIG_FLOWER ].m_IsSolid = false; a_Info[E_BLOCK_BROWN_MUSHROOM ].m_IsSolid = false; - a_Info[E_BLOCK_CAKE ].m_IsSolid = false; a_Info[E_BLOCK_CARROTS ].m_IsSolid = false; a_Info[E_BLOCK_COBWEB ].m_IsSolid = false; a_Info[E_BLOCK_CROPS ].m_IsSolid = false; |