Added embark-assistant world match indication

develop
PatrikLundell 2018-08-05 17:11:39 +02:00
parent 70630cfd92
commit 4c850cabca
1 changed files with 2 additions and 2 deletions

@ -1518,11 +1518,11 @@ uint16_t embark_assist::matcher::find(embark_assist::defs::match_iterators *iter
preliminary_matches = preliminary_world_match(survey_results, &iterator->finder, match_results); preliminary_matches = preliminary_world_match(survey_results, &iterator->finder, match_results);
if (preliminary_matches == 0) { if (preliminary_matches == 0) {
out.printerr("matcher::find: Preliminarily matching world tiles: %i\n", preliminary_matches); out.printerr("matcher::find: Preliminarily matching World Tiles: %i\n", preliminary_matches);
return 0; return 0;
} }
else { else {
out.print("matcher::find: Preliminarily matching world tiles: %i\n", preliminary_matches); out.print("matcher::find: Preliminarily matching World Tiles: %i\n", preliminary_matches);
} }
while (screen->location.region_pos.x != 0 || screen->location.region_pos.y != 0) { while (screen->location.region_pos.x != 0 || screen->location.region_pos.y != 0) {