summaryrefslogtreecommitdiffstats
path: root/source/Generating/ComposableGenerator.cpp
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.cpp
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 '')
-rw-r--r--source/Generating/ComposableGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Generating/ComposableGenerator.cpp b/source/Generating/ComposableGenerator.cpp
index e2a8df11b..5f4abd38a 100644
--- a/source/Generating/ComposableGenerator.cpp
+++ b/source/Generating/ComposableGenerator.cpp
@@ -211,7 +211,7 @@ void cComposableGenerator::InitBiomeGen(cIniFile & a_IniFile)
m_UnderlyingBiomeGen = m_BiomeGen;
m_BiomeGen = new cBioGenCache(m_UnderlyingBiomeGen, CacheSize);
}
- m_BiomeGen->Initialize(a_IniFile);
+ m_BiomeGen->InitializeBiomeGen(a_IniFile);
}