diff --git a/src/gameplay/world.cpp b/src/gameplay/world.cpp index 4ce2f19..2663959 100644 --- a/src/gameplay/world.cpp +++ b/src/gameplay/world.cpp @@ -162,7 +162,7 @@ void World::gen_chunks_internal() { new_temp_chunks.end(), [this](std::pair& new_chunk) { auto& [pos, chunk] = new_chunk; - chunk.gen_chunk(); + chunk.gen_phase_one(); m_cave_carcer.try_to_add_path(pos, chunk.seed()); m_river_worm.try_to_add_path(pos, chunk.seed()); });