2 spaces killed

develop
PatrikLundell 2020-11-17 21:10:40 +01:00
parent 7944026742
commit 1cd9babfb7
1 changed files with 1 additions and 1 deletions

@ -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.