- SW: Ignore follow mode setting when not on the automap.

Fixes #311.
This commit is contained in:
Christoph Oelckers 2020-09-04 22:54:11 +02:00
parent 2e8b808683
commit b7db8b988d

View file

@ -115,7 +115,7 @@ getinput(InputPacket *loc, SWBOOL tied)
MoveScrollMode2D(Player + myconnectindex);
// !JIM! Added M_Active() so that you don't move at all while using menus
if (M_Active() || automapFollow)
if (M_Active() || (automapFollow && automapMode != am_off))
return;
int32_t turnamount;