summaryrefslogtreecommitdiffstats
path: root/source/Generating/Ravines.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Generating/Ravines.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/Generating/Ravines.h b/source/Generating/Ravines.h
index 79db697d0..1c559c70d 100644
--- a/source/Generating/Ravines.h
+++ b/source/Generating/Ravines.h
@@ -38,14 +38,7 @@ protected:
void GetRavinesForChunk(int a_ChunkX, int a_ChunkZ, cRavines & a_Ravines);
// 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;
+ virtual void GenStructures(cChunkDesc & a_ChunkDesc) override;
} ;