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, 0 insertions, 6 deletions
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();