aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.cpp')
-rw-r--r--engines/engine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp
index dc4c746f6c..66f05b10e3 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -164,7 +164,7 @@ void initGraphics(int width, int height, bool defaultTo1xScaler, const Graphics:
#ifdef USE_RGB_COLOR
if (format)
g_system->initSize(width, height, format);
- else {
+ else {
Graphics::PixelFormat bestFormat = g_system->getSupportedFormats().front();
g_system->initSize(width, height, &bestFormat);
}
@@ -406,7 +406,7 @@ void Engine::flipMute() {
if (ConfMan.hasKey("mute")) {
mute = !ConfMan.getBool("mute");
}
-
+
ConfMan.setBool("mute", mute);
syncSoundSettings();