diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-05-31 23:28:51 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-05-31 23:28:51 +0200 |
commit | 8bff3e5af220070ecc789ef551c0b8428b8953ef (patch) | |
tree | 4e0b04d1595f8441a9ca5f319ea94244143294db /src/Generating/EndGen.cpp | |
parent | Very minor code changes (diff) | |
download | cuberite-8bff3e5af220070ecc789ef551c0b8428b8953ef.tar cuberite-8bff3e5af220070ecc789ef551c0b8428b8953ef.tar.gz cuberite-8bff3e5af220070ecc789ef551c0b8428b8953ef.tar.bz2 cuberite-8bff3e5af220070ecc789ef551c0b8428b8953ef.tar.lz cuberite-8bff3e5af220070ecc789ef551c0b8428b8953ef.tar.xz cuberite-8bff3e5af220070ecc789ef551c0b8428b8953ef.tar.zst cuberite-8bff3e5af220070ecc789ef551c0b8428b8953ef.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/EndGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/EndGen.cpp b/src/Generating/EndGen.cpp index f466039b9..5be73bfbe 100644 --- a/src/Generating/EndGen.cpp +++ b/src/Generating/EndGen.cpp @@ -50,7 +50,7 @@ cEndGen::cEndGen(int a_Seed) : -void cEndGen::Initialize(cIniFile & a_IniFile) +void cEndGen::InitializeCompoGen(cIniFile & a_IniFile) { m_IslandSizeX = a_IniFile.GetValueSetI("Generator", "EndGenIslandSizeX", m_IslandSizeX); m_IslandSizeY = a_IniFile.GetValueSetI("Generator", "EndGenIslandSizeY", m_IslandSizeY); |