diff --git a/gui_fsm.cpp b/gui_fsm.cpp index 02e6601..36e8dde 100644 --- a/gui_fsm.cpp +++ b/gui_fsm.cpp @@ -415,6 +415,10 @@ namespace gui { [&](const sf::Event::KeyPressed &) { $autowalking = false; fmt::println("ABORT AUTOWALK"); + }, + [&](const sf::Event::MouseButtonPressed &) { + $autowalking = false; + fmt::println("ABORT AUTOWALK"); } );