summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-12-13 20:31:37 +0100
committerHowaner <franzi.moos@googlemail.com>2014-12-13 20:31:37 +0100
commit2a8c234f464ebf9986132c8ba435f1a1cec3461c (patch)
tree5cbecc238cd5df4d9f3b86c5551327b8485e45d9 /src/BlockInfo.cpp
parentMerge branch 'master' into Cocoa (diff)
downloadcuberite-2a8c234f464ebf9986132c8ba435f1a1cec3461c.tar
cuberite-2a8c234f464ebf9986132c8ba435f1a1cec3461c.tar.gz
cuberite-2a8c234f464ebf9986132c8ba435f1a1cec3461c.tar.bz2
cuberite-2a8c234f464ebf9986132c8ba435f1a1cec3461c.tar.lz
cuberite-2a8c234f464ebf9986132c8ba435f1a1cec3461c.tar.xz
cuberite-2a8c234f464ebf9986132c8ba435f1a1cec3461c.tar.zst
cuberite-2a8c234f464ebf9986132c8ba435f1a1cec3461c.zip
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r--src/BlockInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index 413fd41b2..3c5e8d7b7 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -452,10 +452,8 @@ 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_COCOA_POD ].m_IsSolid = false;
a_Info[E_BLOCK_CROPS ].m_IsSolid = false;
a_Info[E_BLOCK_DANDELION ].m_IsSolid = false;
a_Info[E_BLOCK_DETECTOR_RAIL ].m_IsSolid = false;