From d517558b106b4e258be4811820de5a046a4e3482 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Sat, 13 Sep 2003 01:45:12 +0000 Subject: proper fix for bug #791207 svn-id: r10202 --- sky/sky.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sky/sky.cpp') diff --git a/sky/sky.cpp b/sky/sky.cpp index f9355a8ca6..4981149806 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -200,12 +200,6 @@ 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(); -- cgit v1.2.3