summaryrefslogtreecommitdiffstats
path: root/src/Generating/DistortedHeightmap.h
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-12-25 22:08:41 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2013-12-25 22:08:41 +0100
commit59b80c84fa3eecfa30641b1e42c10a6081cdd241 (patch)
tree4f272e88d64a58b6b2472625fb4728e5169c805b /src/Generating/DistortedHeightmap.h
parentMerge pull request #471 from mc-server/Fishing_Catapult (diff)
downloadcuberite-59b80c84fa3eecfa30641b1e42c10a6081cdd241.tar
cuberite-59b80c84fa3eecfa30641b1e42c10a6081cdd241.tar.gz
cuberite-59b80c84fa3eecfa30641b1e42c10a6081cdd241.tar.bz2
cuberite-59b80c84fa3eecfa30641b1e42c10a6081cdd241.tar.lz
cuberite-59b80c84fa3eecfa30641b1e42c10a6081cdd241.tar.xz
cuberite-59b80c84fa3eecfa30641b1e42c10a6081cdd241.tar.zst
cuberite-59b80c84fa3eecfa30641b1e42c10a6081cdd241.zip
Diffstat (limited to '')
-rw-r--r--src/Generating/DistortedHeightmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Generating/DistortedHeightmap.h b/src/Generating/DistortedHeightmap.h
index e6b3c9d3f..8139a8b89 100644
--- a/src/Generating/DistortedHeightmap.h
+++ b/src/Generating/DistortedHeightmap.h
@@ -125,7 +125,6 @@ protected:
/// Returns the pattern to use for an ocean floor in the specified column
const sBlockInfo * ChooseOceanFloorPattern(int a_RelX, int a_RelZ);
-
// cTerrainHeightGen overrides:
virtual void GenHeightMap(int a_ChunkX, int a_ChunkZ, cChunkDef::HeightMap & a_HeightMap) override;
virtual void InitializeHeightGen(cIniFile & a_IniFile) override;