summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-07-30 21:50:02 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-07-30 21:50:02 +0200
commitf232ef5cd606d31068a758b3e784f33ca1860af0 (patch)
tree13a92a9949685adde5c1bd439dcffbe242df162f
parentFixed comment at the end of a for-loop (diff)
downloadcuberite-f232ef5cd606d31068a758b3e784f33ca1860af0.tar
cuberite-f232ef5cd606d31068a758b3e784f33ca1860af0.tar.gz
cuberite-f232ef5cd606d31068a758b3e784f33ca1860af0.tar.bz2
cuberite-f232ef5cd606d31068a758b3e784f33ca1860af0.tar.lz
cuberite-f232ef5cd606d31068a758b3e784f33ca1860af0.tar.xz
cuberite-f232ef5cd606d31068a758b3e784f33ca1860af0.tar.zst
cuberite-f232ef5cd606d31068a758b3e784f33ca1860af0.zip
-rw-r--r--src/Generating/Trees.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/Trees.h b/src/Generating/Trees.h
index 2b2e0acc3..2c54fce82 100644
--- a/src/Generating/Trees.h
+++ b/src/Generating/Trees.h
@@ -96,7 +96,7 @@ void GetLargeJungleTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise &
/// Generates an image of a small jungle tree (1x1 trunk)
void GetSmallJungleTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_Noise, int a_Seq, sSetBlockVector & a_LogBlocks, sSetBlockVector & a_OtherBlocks);
-/// Generates an image of a roofed tree forest tree
+/// Generates an image of a roofed forest tree
void GetRoofedForestTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_Noise, int a_Seq, sSetBlockVector & a_LogBlocks, sSetBlockVector & a_OtherBlocks);