From 373d9f92a4000d3243fc94d8b5cfb1b64961525d Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Wed, 6 Apr 2016 16:16:16 +0300 Subject: Updated cChunk::SetMeta, fixed grass growth, reduced markDirty/setMeta usage --- src/BlockInfo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/BlockInfo.cpp') diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index cff5f953a..2afb5d6f2 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -250,7 +250,6 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_REDSTONE_WIRE ].m_Transparent = true; a_Info[E_BLOCK_SAPLING ].m_Transparent = true; a_Info[E_BLOCK_SIGN_POST ].m_Transparent = true; - a_Info[E_BLOCK_SNOW ].m_Transparent = true; a_Info[E_BLOCK_SPRUCE_DOOR ].m_Transparent = true; a_Info[E_BLOCK_SPRUCE_FENCE ].m_Transparent = true; a_Info[E_BLOCK_SPRUCE_FENCE_GATE ].m_Transparent = true; -- cgit v1.2.3