| 530 | //==================================================================== |
| 531 | |
| 532 | void embark_assist::overlay::fileresult() { |
| 533 | // Have to search twice, as the first pass cannot be complete due to mutual dependencies. |
| 534 | state->fileresult = true; |
| 535 | embark_assist::finder_ui::init(embark_assist::overlay::plugin_self, state->find_callback, state->max_inorganic, true); |
| 536 | } |
| 537 | |
| 538 | //==================================================================== |
| 539 |