aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 4c5f5bf17e..f20f2ed2bf 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -153,6 +153,7 @@ void SkyState::go() {
_skyScreen->spriteEngine();
_skyScreen->flip();
_system->update_screen();
+ //if (_skySound->speechFinished()) printf("finsihed\n"); else printf("running\n");
}
}
@@ -172,6 +173,7 @@ void SkyState::initialise(void) {
_systemVars.systemFlags |= SF_ROLAND;
_skyMusic = new SkyGmMusic(_detector->createMidi(), _skyDisk);
}
+ _systemVars.systemFlags |= SF_PLAY_VOCS;
_skyText = new SkyText(_skyDisk);
_skyMouse = new SkyMouse(_system, _skyDisk);