diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-02 21:51:31 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-02 21:51:31 +0200 |
commit | a627a3a261ccb07bbdd5c01d13db912c94f5763f (patch) | |
tree | 41f04fb75a9da6e5deff936015334b7298ab1983 | |
parent | Leaves decay properly - if they are not connected to a log (diff) | |
download | cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.gz cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.bz2 cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.lz cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.xz cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.tar.zst cuberite-a627a3a261ccb07bbdd5c01d13db912c94f5763f.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cChunk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cChunk.cpp b/source/cChunk.cpp index 6c9165b30..cd94e3413 100644 --- a/source/cChunk.cpp +++ b/source/cChunk.cpp @@ -41,8 +41,8 @@ -// Leaves can be this many blocks that away from the log not to decay -#define LEAVES_CHECK_DISTANCE 4 +// Leaves can be this many blocks that away (inclusive) from the log not to decay +#define LEAVES_CHECK_DISTANCE 5 |