diff --git a/openttd.c b/openttd.c index 21965f4c95..30101e956c 100644 --- a/openttd.c +++ b/openttd.c @@ -949,7 +949,7 @@ void GameLoop(void) } // handle scrolling of the main window - if (_dirkeys) HandleKeyScrolling(); + HandleKeyScrolling(); // make a screenshot? if (IsScreenshotRequested()) ShowScreenshotResult(MakeScreenshot());