OPENGLSDL: Simplify the code a bit.

This commit is contained in:
Johannes Schickel 2011-12-15 21:53:09 +01:00
parent c91b6d7d35
commit 772aecf5f8

View File

@ -323,8 +323,6 @@ bool OpenGLSdlGraphicsManager::loadGFXMode() {
_videoMode.overlayHeight = _videoMode.hardwareHeight = 240 * scaleFactor;
else if (_videoMode.screenWidth == 640 && _videoMode.screenHeight == 400)
_videoMode.overlayHeight = _videoMode.hardwareHeight = 480 * scaleFactor;
} else {
_videoMode.overlayHeight = _videoMode.hardwareHeight = _videoMode.screenHeight * scaleFactor;
}
}