summaryrefslogtreecommitdiffstats
path: root/source/Generating/BioGen.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-11-20 20:45:28 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-11-20 20:45:28 +0100
commit07097534a379ba057ef754eb9198e7d33f961b5a (patch)
tree000e463e899991be64a72c4a25c6d5e9aa3c9917 /source/Generating/BioGen.h
parentFixed wrong c++ standard assumptions about bools. (diff)
downloadcuberite-07097534a379ba057ef754eb9198e7d33f961b5a.tar
cuberite-07097534a379ba057ef754eb9198e7d33f961b5a.tar.gz
cuberite-07097534a379ba057ef754eb9198e7d33f961b5a.tar.bz2
cuberite-07097534a379ba057ef754eb9198e7d33f961b5a.tar.lz
cuberite-07097534a379ba057ef754eb9198e7d33f961b5a.tar.xz
cuberite-07097534a379ba057ef754eb9198e7d33f961b5a.tar.zst
cuberite-07097534a379ba057ef754eb9198e7d33f961b5a.zip
Diffstat (limited to '')
-rw-r--r--source/Generating/BioGen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Generating/BioGen.h b/source/Generating/BioGen.h
index d268c1de6..6faca09c1 100644
--- a/source/Generating/BioGen.h
+++ b/source/Generating/BioGen.h
@@ -90,6 +90,7 @@ protected:
EMCSBiomes m_Biomes;
int m_BiomesCount; // Pulled out of m_Biomes for faster access
+ /// Parses the INI file setting string into m_Biomes.
void InitializeBiomes(const AString & a_Biomes);
} ;