(svn r6287) -Codechange: Remove a redundant check

This commit is contained in:
tron
2006-08-31 20:51:33 +00:00
parent 5040ce82f6
commit f9cdec4da5

View File

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