1
0

Some finishing touches

Removed whitespace
fixed dead bush comment
This commit is contained in:
STRWarrior 2014-07-29 17:01:15 +02:00
parent c8c01b055d
commit 4ccf14f3b3
2 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ void cComposableGenerator::InitFinishGens(cIniFile & a_IniFile)
AllowedBiomes.push_back(biMesaPlateauFM); AllowedBiomes.push_back(biMesaPlateauFM);
AllowedBiomes.push_back(biMesaPlateauM); 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; cFinishGenSingleTopBlock::BlockList AllowedBlocks;
AllowedBlocks.push_back(E_BLOCK_SAND); AllowedBlocks.push_back(E_BLOCK_SAND);
AllowedBlocks.push_back(E_BLOCK_HARDENED_CLAY); AllowedBlocks.push_back(E_BLOCK_HARDENED_CLAY);

View File

@ -161,7 +161,7 @@ public:
m_Noise(a_Seed), m_Noise(a_Seed),
m_BlockType(a_BlockType), m_BlockType(a_BlockType),
m_Amount(a_Amount) m_Amount(a_Amount)
{ {
// Initialize all the block types. // Initialize all the block types.
for (int idx = 0; idx < ARRAYCOUNT(m_IsAllowedBelow); ++idx) for (int idx = 0; idx < ARRAYCOUNT(m_IsAllowedBelow); ++idx)
{ {