(svn r6287) -Codechange: Remove a redundant check

This commit is contained in:
tron 2006-08-31 20:51:33 +00:00
parent 17c101afe3
commit cdf3972733
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ void GameLoop(void)
}
// handle scrolling of the main window
if (_dirkeys) HandleKeyScrolling();
HandleKeyScrolling();
// make a screenshot?
if (IsScreenshotRequested()) ShowScreenshotResult(MakeScreenshot());