summaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen/mapgen.cpp')
-rw-r--r--src/mapgen/mapgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen/mapgen.cpp b/src/mapgen/mapgen.cpp
index 9562482c8..9aaead79d 100644
--- a/src/mapgen/mapgen.cpp
+++ b/src/mapgen/mapgen.cpp
@@ -868,7 +868,7 @@ void MapgenBasic::generateDungeons(s16 max_stone_y)
// Get biome at mapchunk midpoint
v3s16 chunk_mid = node_min + (node_max - node_min) / v3s16(2, 2, 2);
- Biome *biome = (Biome *)biomegen->calcBiomeAtPoint(chunk_mid);
+ Biome *biome = (Biome *)biomegen->getBiomeAtPoint(chunk_mid);
DungeonParams dp;