From befc7ed3db33b36690584f14c38bba174bd4d67c Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Sat, 13 Sep 2003 01:08:45 +0000 Subject: workaround for bug #791207 svn-id: r10200 --- sky/sky.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sky/sky.cpp') 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) { -- cgit v1.2.3