From 1cd9babfb7b159024932686007ae34316ce036f5 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Tue, 17 Nov 2020 21:10:40 +0100 Subject: [PATCH] 2 spaces killed --- plugins/embark-assistant/survey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.