diff options
Diffstat (limited to 'source/cWorld.cpp')
-rw-r--r-- | source/cWorld.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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;
|