From cdf3972733b870a0e7392486f0fac12c50117254 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 31 Aug 2006 20:51:33 +0000 Subject: [PATCH] (svn r6287) -Codechange: Remove a redundant check --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());