summaryrefslogtreecommitdiff
path: root/src/mapgen_valleys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_valleys.cpp')
-rw-r--r--src/mapgen_valleys.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mapgen_valleys.cpp b/src/mapgen_valleys.cpp
index 6581b792f..bbf20719d 100644
--- a/src/mapgen_valleys.cpp
+++ b/src/mapgen_valleys.cpp
@@ -250,10 +250,7 @@ void MapgenValleys::makeChunk(BlockMakeData *data)
// Generate base terrain with initial heightmaps
s16 stone_surface_max_y = generateTerrain();
- // Build biomemap
- m_bgen->getBiomes(heightmap);
-
- // Place biome-specific nodes
+ // Place biome-specific nodes and build biomemap
MgStoneType stone_type = generateBiomes();
// Cave creation.