diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-08 23:08:21 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-08 23:08:21 +0200 |
commit | 985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09 (patch) | |
tree | a309fac5bf9af49631bd158227d4a7a749693f07 /source/BlockID.cpp | |
parent | GetLocalDirectory should not include FILE_IO_PREFIX since that is already included in cIniFile (diff) | |
download | cuberite-985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09.tar cuberite-985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09.tar.gz cuberite-985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09.tar.bz2 cuberite-985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09.tar.lz cuberite-985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09.tar.xz cuberite-985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09.tar.zst cuberite-985fd3ca2cfb5e2ee4c1cc58d24fcff6a70cba09.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 81be6df96..78d1b3b69 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -353,6 +353,7 @@ public: g_BlockTransparent[E_BLOCK_FIRE] = true; g_BlockTransparent[E_BLOCK_GLASS] = true; g_BlockTransparent[E_BLOCK_ICE] = true; + g_BlockTransparent[E_BLOCK_LEAVES] = true; g_BlockTransparent[E_BLOCK_RED_MUSHROOM] = true; g_BlockTransparent[E_BLOCK_RED_ROSE] = true; g_BlockTransparent[E_BLOCK_SIGN_POST] = true; |