summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-07-29 17:01:15 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-07-29 17:01:15 +0200
commit4ccf14f3b3f7deb19a32afd4253c506d5a224c54 (patch)
tree6f36d84130a310c6de2f471dd38f6d769205b9e4
parentFixed comment above cFinishGenSingleTopBlock (diff)
downloadcuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar
cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.gz
cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.bz2
cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.lz
cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.xz
cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.tar.zst
cuberite-4ccf14f3b3f7deb19a32afd4253c506d5a224c54.zip
-rw-r--r--src/Generating/ComposableGenerator.cpp2
-rw-r--r--src/Generating/FinishGen.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Generating/ComposableGenerator.cpp b/src/Generating/ComposableGenerator.cpp
index a8c1a842f..5231b499f 100644
--- a/src/Generating/ComposableGenerator.cpp
+++ b/src/Generating/ComposableGenerator.cpp
@@ -335,7 +335,7 @@ void cComposableGenerator::InitFinishGens(cIniFile & a_IniFile)
AllowedBiomes.push_back(biMesaPlateauFM);
AllowedBiomes.push_back(biMesaPlateauM);
- // A list with all the allowed blocks that can be below the lilypad.
+ // A list with all the allowed blocks that can be below the dead bush.
cFinishGenSingleTopBlock::BlockList AllowedBlocks;
AllowedBlocks.push_back(E_BLOCK_SAND);
AllowedBlocks.push_back(E_BLOCK_HARDENED_CLAY);
diff --git a/src/Generating/FinishGen.h b/src/Generating/FinishGen.h
index 2500ab344..ed32768b3 100644
--- a/src/Generating/FinishGen.h
+++ b/src/Generating/FinishGen.h
@@ -161,7 +161,7 @@ public:
m_Noise(a_Seed),
m_BlockType(a_BlockType),
m_Amount(a_Amount)
- {
+ {
// Initialize all the block types.
for (int idx = 0; idx < ARRAYCOUNT(m_IsAllowedBelow); ++idx)
{