summaryrefslogtreecommitdiffstats
path: root/source/Generating/ComposableGenerator.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-10 15:49:24 +0200
committermadmaxoft <github@xoft.cz>2013-10-10 15:49:24 +0200
commit85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d (patch)
tree7b9b9e404d9c4d2eaf10189ac67b248cc26fb73d /source/Generating/ComposableGenerator.h
parentAPIDump: Fixed extra pages copying. (diff)
downloadcuberite-85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d.tar
cuberite-85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d.tar.gz
cuberite-85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d.tar.bz2
cuberite-85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d.tar.lz
cuberite-85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d.tar.xz
cuberite-85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d.tar.zst
cuberite-85eb85dbf9f56a3a73e01426e67bf2dbe6477f8d.zip
Diffstat (limited to 'source/Generating/ComposableGenerator.h')
-rw-r--r--source/Generating/ComposableGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Generating/ComposableGenerator.h b/source/Generating/ComposableGenerator.h
index 1d5c98e5d..401f01ebb 100644
--- a/source/Generating/ComposableGenerator.h
+++ b/source/Generating/ComposableGenerator.h
@@ -47,7 +47,7 @@ public:
virtual void GenBiomes(int a_ChunkX, int a_ChunkZ, cChunkDef::BiomeMap & a_BiomeMap) = 0;
/// Reads parameters from the ini file, prepares generator for use.
- virtual void Initialize(cIniFile & a_IniFile) {}
+ virtual void InitializeBiomeGen(cIniFile & a_IniFile) {}
} ;