diff options
Diffstat (limited to '')
-rw-r--r-- | source/StructGen.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/source/StructGen.h b/source/StructGen.h index e34724e20..0a28d84a3 100644 --- a/source/StructGen.h +++ b/source/StructGen.h @@ -83,31 +83,6 @@ protected: -class cStructGenMarbleCaves : - public cStructureGen -{ -public: - cStructGenMarbleCaves(int a_Seed) : m_Seed(a_Seed) {} - -protected: - - int m_Seed; - - // cStructureGen override: - virtual void GenStructures( - int a_ChunkX, int a_ChunkZ, - cChunkDef::BlockTypes & a_BlockTypes, // Block types to read and change - cChunkDef::BlockNibbles & a_BlockMeta, // Block meta to read and change - cChunkDef::HeightMap & a_HeightMap, // Height map to read and change by the current data - cEntityList & a_Entities, // Entities may be added or deleted - cBlockEntityList & a_BlockEntities // Block entities may be added or deleted - ) override; -} ; - - - - - class cStructGenOreNests : public cStructureGen { |