author | tron |
Thu, 31 Aug 2006 20:51:33 +0000 | |
changeset 4502 | 45c93dbca534 |
parent 4501 | 16ca2f0e465e |
child 4503 | 70d61e331efa |
--- a/openttd.c Thu Aug 31 20:06:31 2006 +0000 +++ b/openttd.c Thu Aug 31 20:51:33 2006 +0000 @@ -949,7 +949,7 @@ } // handle scrolling of the main window - if (_dirkeys) HandleKeyScrolling(); + HandleKeyScrolling(); // make a screenshot? if (IsScreenshotRequested()) ShowScreenshotResult(MakeScreenshot());