The log is now moved to the map, but changing StatusUI caused a weird compiler error so need to remove logs from that separate.

This commit is contained in:
Zed A. Shaw 2025-05-16 00:43:45 -04:00
parent a2246d2b71
commit d6e64dd06b
5 changed files with 40 additions and 29 deletions

View file

@ -42,7 +42,7 @@ Pathing compute_paths(gui::FSM& fsm) {
}
void Autowalker::log(std::wstring msg) {
fsm.$status_ui.log(msg);
fsm.$map_ui.log(msg);
}
void Autowalker::status(std::wstring msg) {