From ce2bd403c4d9297768d67ec615c2748fe4674333 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 29 Dec 2014 16:48:19 +0300 Subject: Allow move pet by mod key (left shift) + move keys. --- src/game.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game.cpp') 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); -- cgit v1.2.3-60-g2f50