Some finishing touches
Removed whitespace fixed dead bush comment
This commit is contained in:
parent
c8c01b055d
commit
4ccf14f3b3
@ -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);
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user