DINGUX: Fix "if" formatting.

This commit is contained in:
Johannes Schickel 2012-08-09 03:25:55 +02:00
parent 73598c64dc
commit 8aa8cb4dd6

View File

@ -432,7 +432,7 @@ bool DINGUXSdlGraphicsManager::loadGFXMode() {
// Forcefully disable aspect ratio correction for games
// which starts with a native 240px height resolution.
// This fixes games with weird resolutions, like MM Nes (256x240)
if(_videoMode.screenHeight == 240) {
if (_videoMode.screenHeight == 240) {
_videoMode.aspectRatioCorrection = false;
}