|
|
@ -415,6 +415,10 @@ namespace gui { |
|
|
|
[&](const sf::Event::KeyPressed &) { |
|
|
|
[&](const sf::Event::KeyPressed &) { |
|
|
|
$autowalking = false; |
|
|
|
$autowalking = false; |
|
|
|
fmt::println("ABORT AUTOWALK"); |
|
|
|
fmt::println("ABORT AUTOWALK"); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
[&](const sf::Event::MouseButtonPressed &) { |
|
|
|
|
|
|
|
$autowalking = false; |
|
|
|
|
|
|
|
fmt::println("ABORT AUTOWALK"); |
|
|
|
} |
|
|
|
} |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|