summaryrefslogtreecommitdiffstats
path: root/src/Generating/Caves.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-01 20:56:09 +0100
committermadmaxoft <github@xoft.cz>2014-03-01 20:59:41 +0100
commit2f85c9648b3f109bb579611dbb9af45b64c8a2f8 (patch)
tree1efbb2fa611b6a039e6f8ccbb6bd8efe84e0c56b /src/Generating/Caves.cpp
parentIgnoring all plugin subfolders. (diff)
downloadcuberite-2f85c9648b3f109bb579611dbb9af45b64c8a2f8.tar
cuberite-2f85c9648b3f109bb579611dbb9af45b64c8a2f8.tar.gz
cuberite-2f85c9648b3f109bb579611dbb9af45b64c8a2f8.tar.bz2
cuberite-2f85c9648b3f109bb579611dbb9af45b64c8a2f8.tar.lz
cuberite-2f85c9648b3f109bb579611dbb9af45b64c8a2f8.tar.xz
cuberite-2f85c9648b3f109bb579611dbb9af45b64c8a2f8.tar.zst
cuberite-2f85c9648b3f109bb579611dbb9af45b64c8a2f8.zip
Diffstat (limited to '')
-rw-r--r--src/Generating/Caves.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Generating/Caves.cpp b/src/Generating/Caves.cpp
index 2571e6b77..98b7c8681 100644
--- a/src/Generating/Caves.cpp
+++ b/src/Generating/Caves.cpp
@@ -762,7 +762,7 @@ void cStructGenWormNestCaves::ClearCache(void)
-void cStructGenWormNestCaves::GenStructures(cChunkDesc & a_ChunkDesc)
+void cStructGenWormNestCaves::GenFinish(cChunkDesc & a_ChunkDesc)
{
int ChunkX = a_ChunkDesc.GetChunkX();
int ChunkZ = a_ChunkDesc.GetChunkZ();
@@ -902,7 +902,7 @@ static float GetMarbleNoise( float x, float y, float z, cNoise & a_Noise )
-void cStructGenMarbleCaves::GenStructures(cChunkDesc & a_ChunkDesc)
+void cStructGenMarbleCaves::GenFinish(cChunkDesc & a_ChunkDesc)
{
cNoise Noise(m_Seed);
for (int z = 0; z < cChunkDef::Width; z++)
@@ -938,7 +938,7 @@ void cStructGenMarbleCaves::GenStructures(cChunkDesc & a_ChunkDesc)
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// cStructGenDualRidgeCaves:
-void cStructGenDualRidgeCaves::GenStructures(cChunkDesc & a_ChunkDesc)
+void cStructGenDualRidgeCaves::GenFinish(cChunkDesc & a_ChunkDesc)
{
for (int z = 0; z < cChunkDef::Width; z++)
{