From 6c091a116f9405da54eb28866374c5760c563060 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Mon, 7 Sep 2020 07:56:42 +1000 Subject: [PATCH] - SW: Fix issues from fa9fa88fce172ef1da331a249ef04fbbaafff330 while merging `back_to_basics2` into working branch. --- source/sw/src/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/input.cpp b/source/sw/src/input.cpp index 2dd8f8563..eb175a5a6 100644 --- a/source/sw/src/input.cpp +++ b/source/sw/src/input.cpp @@ -300,7 +300,7 @@ static void processMovement(PLAYERp const pp, ControlInfo* const hidInput, bool void GameInterface::GetInput(InputPacket *packet, ControlInfo* const hidInput) { - if (paused || M_Active() || (automapFollow && automapMode != am_off)) + if (paused || M_Active()) { loc = {}; return;