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