- SW: Fix issues from fa9fa88fce while merging back_to_basics2 into working branch.

This commit is contained in:
Mitchell Richters 2020-09-07 07:56:42 +10:00
parent fa9fa88fce
commit 6c091a116f

View file

@ -300,7 +300,7 @@ static void processMovement(PLAYERp const pp, ControlInfo* const hidInput, bool
void GameInterface::GetInput(InputPacket *packet, ControlInfo* const hidInput) void GameInterface::GetInput(InputPacket *packet, ControlInfo* const hidInput)
{ {
if (paused || M_Active() || (automapFollow && automapMode != am_off)) if (paused || M_Active())
{ {
loc = {}; loc = {};
return; return;