summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rw-r--r--Tools/BiomeVisualiser/BiomeViewWnd.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/BiomeVisualiser/BiomeViewWnd.cpp b/Tools/BiomeVisualiser/BiomeViewWnd.cpp
index 459a4323c..8f8849663 100644
--- a/Tools/BiomeVisualiser/BiomeViewWnd.cpp
+++ b/Tools/BiomeVisualiser/BiomeViewWnd.cpp
@@ -84,6 +84,10 @@ void cBiomeViewWnd::InitBiomeView(void)
{
m_BiomeGen = new cBioGenDistortedVoronoi(Seed);
}
+ else if (NoCaseCompare(BiomeGenName, "twolevel") == 0)
+ {
+ m_BiomeGen = new cBioGenTwoLevel(Seed);
+ }
else
{
if (NoCaseCompare(BiomeGenName, "multistepmap") != 0)