summaryrefslogtreecommitdiffstats
path: root/source/Trees.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-02 21:54:47 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-02 21:54:47 +0200
commitb587a7f3a5c338afbc07b4d7db4da527eb97d7ae (patch)
tree4003e8c356da5329b1058b2bac8e7a11fdaaa669 /source/Trees.h
parentLeaves decay adjusted to 4 blocks in between the leaves and the log, instead of previous 3 (diff)
downloadcuberite-b587a7f3a5c338afbc07b4d7db4da527eb97d7ae.tar
cuberite-b587a7f3a5c338afbc07b4d7db4da527eb97d7ae.tar.gz
cuberite-b587a7f3a5c338afbc07b4d7db4da527eb97d7ae.tar.bz2
cuberite-b587a7f3a5c338afbc07b4d7db4da527eb97d7ae.tar.lz
cuberite-b587a7f3a5c338afbc07b4d7db4da527eb97d7ae.tar.xz
cuberite-b587a7f3a5c338afbc07b4d7db4da527eb97d7ae.tar.zst
cuberite-b587a7f3a5c338afbc07b4d7db4da527eb97d7ae.zip
Diffstat (limited to 'source/Trees.h')
-rw-r--r--source/Trees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Trees.h b/source/Trees.h
index aa8190e44..387c14536 100644
--- a/source/Trees.h
+++ b/source/Trees.h
@@ -35,7 +35,7 @@ To generate a random image for the (x, y, z) coords, pass an arbitrary value as
// Blocks that a tree may overwrite when growing:
#define CASE_TREE_OVERWRITTEN_BLOCKS \
case E_BLOCK_AIR: \
- case E_BLOCK_LEAVES: \
+ /* case E_BLOCK_LEAVES: LEAVES are a special case, they can be overwritten only by log. Handled in cChunkMap::ReplaceTreeBlocks(). */ \
case E_BLOCK_SNOW: \
case E_BLOCK_TALL_GRASS: \
case E_BLOCK_DEAD_BUSH: \