summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-12-14 17:39:50 +0100
committerMattes D <github@xoft.cz>2014-12-14 17:39:50 +0100
commit81446b0f809c1a15b45f0f3118f0a68eb0565f91 (patch)
tree0c0038b9a2421f829d1fa08af90ccb293cd0b0ec /src/BlockInfo.cpp
parentMerge pull request #1670 from Masy98/crafting (diff)
parentMerge branch 'master' into Cocoa (diff)
downloadcuberite-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 '')
-rw-r--r--src/BlockInfo.cpp1
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;