mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- SW: Fix issues from fa9fa88fce
while merging back_to_basics2
into working branch.
This commit is contained in:
parent
fa9fa88fce
commit
6c091a116f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue