Fixed 2 incursion handling bugs

develop
PatrikLundell 2020-05-05 10:21:56 +02:00
parent fb1dc1aea6
commit 31d984e934
2 changed files with 3 additions and 2 deletions

@ -42,6 +42,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## Fixes
- Fixed a segfault when attempting to start a headless session with a graphical PRINT_MODE setting
- `labormanager`: fixed handling of new jobs in 0.47
- `embark-assistant`: fixed a couple of incursion handling bugs.
## Ruby
- Updated ``item_find`` and ``building_find`` to use centralized logic that works on more screens

@ -2424,7 +2424,7 @@ void embark_assist::survey::survey_embark(embark_assist::defs::mid_level_tiles *
}
else {
process_embark_incursion_mid_level_tile
(translate_ns_edge(survey_results,
(translate_ew_edge(survey_results,
true,
x,
y,
@ -2481,7 +2481,7 @@ void embark_assist::survey::survey_embark(embark_assist::defs::mid_level_tiles *
}
else {
process_embark_incursion_mid_level_tile
(translate_ns_edge(survey_results,
(translate_ew_edge(survey_results,
false,
x,
y,