summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 1657192bb..7a5bd7fd2 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -871,7 +871,8 @@ void Game::handleMove()
}
if ((!inputManager.isActionActive(InputAction::EMOTE)
- && !inputManager.isActionActive(InputAction::PET_EMOTE))
+ && !inputManager.isActionActive(InputAction::PET_EMOTE)
+ && !inputManager.isActionActive(InputAction::STOP_ATTACK))
|| direction == 0)
{
moveInDirection(direction);