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:
parent
a2246d2b71
commit
d6e64dd06b
5 changed files with 40 additions and 29 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue