From 510133bd35cad951a02f7d102f27badded7683a4 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 17 Feb 2012 17:56:25 +0000 Subject: Chunk coords mostly "upgraded" to include the Y coord for future compatibility git-svn-id: http://mc-server.googlecode.com/svn/trunk@285 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWorld.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/cWorld.cpp') diff --git a/source/cWorld.cpp b/source/cWorld.cpp index ca435fe64..744780242 100644 --- a/source/cWorld.cpp +++ b/source/cWorld.cpp @@ -273,6 +273,8 @@ cWorld::cWorld( const AString & a_WorldName ) g_BlockTransparent[ E_BLOCK_TORCH ] = true; g_BlockTransparent[ E_BLOCK_SIGN_POST ] = true; g_BlockTransparent[ E_BLOCK_WALLSIGN ] = true; + + // TODO: Also set flowers, mushrooms etc as transparent // One hit break blocks g_BlockOneHitDig[ E_BLOCK_SAPLING ] = true; -- cgit v1.2.3