aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index e9445ee76b..72d6dcd546 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -128,8 +128,7 @@ void SkyState::go() {
if (_key_pressed == 63) {
_key_pressed = 0;
_skyControl->doControlPanel();
- }
-
+ }
/*if ((_key_pressed == 27) && (!_systemVars.pastIntro))
_skyControl->restartGame();*/
@@ -188,6 +187,9 @@ void SkyState::initialise(void) {
_skyControl = new SkyControl(_skyScreen, _skyDisk, _skyMouse, _skyText, _skyMusic, _skyLogic, _system, getSavePath());
_skyLogic->useControlInstance(_skyControl);
+
+ if (_systemVars.gameVersion == 288)
+ SkyCompact::patchFor288();
}
void SkyState::initItemList() {