summaryrefslogtreecommitdiffstats
path: root/source/Generating/Trees.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-03-19 08:54:56 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-03-19 08:54:56 +0100
commit1c1bcf5c079daff46032e18c545dca0202998e12 (patch)
tree9e097622d4428711efd37364f60077f0906620c9 /source/Generating/Trees.cpp
parentFixed a copypasta error in cChunkDesc's BlockArea writer (diff)
downloadcuberite-1c1bcf5c079daff46032e18c545dca0202998e12.tar
cuberite-1c1bcf5c079daff46032e18c545dca0202998e12.tar.gz
cuberite-1c1bcf5c079daff46032e18c545dca0202998e12.tar.bz2
cuberite-1c1bcf5c079daff46032e18c545dca0202998e12.tar.lz
cuberite-1c1bcf5c079daff46032e18c545dca0202998e12.tar.xz
cuberite-1c1bcf5c079daff46032e18c545dca0202998e12.tar.zst
cuberite-1c1bcf5c079daff46032e18c545dca0202998e12.zip
Diffstat (limited to '')
-rw-r--r--source/Generating/Trees.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Generating/Trees.cpp b/source/Generating/Trees.cpp
index 487d3e065..7ca30c60f 100644
--- a/source/Generating/Trees.cpp
+++ b/source/Generating/Trees.cpp
@@ -71,7 +71,7 @@ static const sCoords BigO4[] = // Part of Big Jungle tree
{-2, -4}, {-1, -4}, {0, -4}, {1, -4}, {2, -4},
{-3, -3}, {-2, -3}, {-1, -3}, {0, -3}, {1, -3}, {2, -3}, {3, -3},
{-4, -2}, {-3, -2}, {-2, -2}, {-1, -2}, {0, -2}, {1, -2}, {2, -2}, {3, -2}, {4, -2},
- {-4, -2}, {-3, -1}, {-2, -1}, {-1, -1}, {0, -1}, {1, -1}, {2, -1}, {3, -1}, {4, -1},
+ {-4, -1}, {-3, -1}, {-2, -1}, {-1, -1}, {0, -1}, {1, -1}, {2, -1}, {3, -1}, {4, -1},
{-4, 0}, {-3, 0}, {-2, 0}, {-1, 0}, {1, 0}, {2, 0}, {3, 0}, {4, 0},
{-4, 1}, {-3, 1}, {-2, 1}, {-1, 1}, {0, 1}, {1, 1}, {2, 1}, {3, 1}, {4, 1},
{-4, 2}, {-3, 2}, {-2, 2}, {-1, 2}, {0, 2}, {1, 2}, {2, 2}, {3, 2}, {4, 2},