diff --git a/plugins/embark-assistant/survey.cpp b/plugins/embark-assistant/survey.cpp index 0bd928a5f..eaea5fc15 100644 --- a/plugins/embark-assistant/survey.cpp +++ b/plugins/embark-assistant/survey.cpp @@ -2025,7 +2025,7 @@ uint8_t embark_assist::survey::translate_ns_edge(embark_assist::defs::world_tile if (k < 15) { // We're still within the same world tile effective_edge = world_data->region_details[0]->edges.biome_x[i][k + 1]; } - else { + else { // Getting the data from the world tile to the south if (y + 1 == world_data->world_height) { return embark_assist::defs::directions::Center; // There's nothing to the south, so we fall back on our own tile.