diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-06-17 00:40:35 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-06-17 00:40:35 +0200 |
commit | 43ff96f66494dd1719d7bdb1d0f0c3957e5f61b7 (patch) | |
tree | 0d59eba14f13335db0273f25791ecdd33103ca56 /src/BlockInfo.cpp | |
parent | Fixed GCC compilation. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/BlockInfo.cpp | 2 |
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; |