aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/darkside/darkside_game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/darkside/darkside_game.cpp')
-rw-r--r--engines/xeen/darkside/darkside_game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/darkside/darkside_game.cpp b/engines/xeen/darkside/darkside_game.cpp
index 30f54580e3..60cb69362a 100644
--- a/engines/xeen/darkside/darkside_game.cpp
+++ b/engines/xeen/darkside/darkside_game.cpp
@@ -220,8 +220,8 @@ void DarkSideEngine::showStartSequence() {
pause(30);
// TODO: More
- _sound->playMusic(voc[0]);
- _sound->playMusic(voc[1]);
+ _sound->playSong(voc[0]);
+ _sound->playSong(voc[1]);
}
} // End of namespace Xeen