From 5db8047b413548d3ef02d08d1d581c303a3d5907 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Thu, 2 Apr 2020 16:52:00 +1100 Subject: [PATCH] SW: Remove line accidentally left from 'MoveScrollMode2D()'. --- source/sw/src/game.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index 3a89daf8d..c75990a57 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -3086,7 +3086,6 @@ void getinput(int const playerNum) // If in 2D follow mode, scroll around. if (ScrollMode2D && !Prediction) { - extern SWBOOL HelpInputMode, ScrollMode2D; keymove = keymove / 6; if (M_Active())