Fixed errors.
This commit is contained in:
parent
ca27f87272
commit
188cb1f6bc
@ -113,7 +113,7 @@ void cFinishGenNetherClumpFoliage::GenFinish(cChunkDesc & a_ChunkDesc)
|
||||
|
||||
|
||||
|
||||
void cFinishGenNetherSprinkleFoliage::TryPlaceClump(cChunkDesc & a_ChunkDesc, int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_Block)
|
||||
void cFinishGenNetherClumpFoliage::TryPlaceClump(cChunkDesc & a_ChunkDesc, int a_RelX, int a_RelY, int a_RelZ, BLOCKTYPE a_Block)
|
||||
{
|
||||
bool IsFireBlock = a_Block == E_BLOCK_FIRE;
|
||||
|
||||
|
@ -47,7 +47,7 @@ protected:
|
||||
|
||||
|
||||
|
||||
class cFinishGenNetherSprinkleFoliage :
|
||||
class cFinishGenNetherClumpFoliage :
|
||||
public cFinishGen
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user