aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
authorJoost Peters2003-09-13 01:08:45 +0000
committerJoost Peters2003-09-13 01:08:45 +0000
commitbefc7ed3db33b36690584f14c38bba174bd4d67c (patch)
tree61fcc250d7132a28714f72e04590b3c2ff8acb2f /sky/sky.cpp
parentc96ce86cab7e5c0b7d3ddb90893e31332bfdbe91 (diff)
downloadscummvm-rg350-befc7ed3db33b36690584f14c38bba174bd4d67c.tar.gz
scummvm-rg350-befc7ed3db33b36690584f14c38bba174bd4d67c.tar.bz2
scummvm-rg350-befc7ed3db33b36690584f14c38bba174bd4d67c.zip
workaround for bug #791207
svn-id: r10200
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 49ae6e07c6..f9355a8ca6 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -200,7 +200,13 @@ void SkyState::go() {
if (introSkipped)
_skyControl->restartGame();
-
+ else { //workaround for bug #791207
+ _skySound->loadSection(1);
+ _skyMusic->loadSection(1);
+ _skyMusic->startMusic(2);
+ _systemVars.currentMusic = 2;
+ }
+
_lastSaveTime = _system->get_msecs();
while (1) {