summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-06-17 00:40:35 +0200
committerHowaner <franzi.moos@googlemail.com>2014-06-17 00:40:35 +0200
commit43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7 (patch)
tree0d59eba14f13335db0273f25791ecdd33103ca56 /src/BlockInfo.cpp
parentFixed GCC compilation. (diff)
downloadcuberite-43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7.tar
cuberite-43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7.tar.gz
cuberite-43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7.tar.bz2
cuberite-43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7.tar.lz
cuberite-43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7.tar.xz
cuberite-43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7.tar.zst
cuberite-43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7.zip
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r--src/BlockInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index e8d9a7ec4..564b3fcca 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -341,6 +341,8 @@ void cBlockInfo::Initialize(void)
ms_Info[E_BLOCK_DANDELION ].m_IsSolid = false;
ms_Info[E_BLOCK_DETECTOR_RAIL ].m_IsSolid = false;
ms_Info[E_BLOCK_END_PORTAL ].m_IsSolid = false;
+ ms_Info[E_BLOCK_FENCE ].m_IsSolid = false;
+ ms_Info[E_BLOCK_FENCE_GATE ].m_IsSolid = false;
ms_Info[E_BLOCK_FIRE ].m_IsSolid = false;
ms_Info[E_BLOCK_FLOWER ].m_IsSolid = false;
ms_Info[E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE].m_IsSolid = false;