summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index 21965f4c9..30101e956 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());