From b587a7f3a5c338afbc07b4d7db4da527eb97d7ae Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 2 Jul 2012 19:54:47 +0000 Subject: Temporary jungle trees (swamp-like), based on code by STR_Warrior). Also vines don't overwrite leaves anymore. git-svn-id: http://mc-server.googlecode.com/svn/trunk@646 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Trees.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Trees.h') 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: \ -- cgit v1.2.3