aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/control.cpp')
-rw-r--r--engines/sky/control.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sky/control.cpp b/engines/sky/control.cpp
index a24e3eeb04..f40391778c 100644
--- a/engines/sky/control.cpp
+++ b/engines/sky/control.cpp
@@ -452,7 +452,7 @@ void Control::doControlPanel(void) {
if (SkyEngine::isDemo()) {
return;
}
-
+
initPanel();
_savedCharSet = _skyText->giveCurrentCharSet();
@@ -783,7 +783,7 @@ uint16 Control::shiftDown(uint8 speed) {
else
return 0;
}
-
+
return SHIFTED;
}