aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/players/player_ad.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/players/player_ad.cpp b/engines/scumm/players/player_ad.cpp
index e864fe4f2b..4f3a17fa66 100644
--- a/engines/scumm/players/player_ad.cpp
+++ b/engines/scumm/players/player_ad.cpp
@@ -108,7 +108,7 @@ void Player_AD::startSound(int sound) {
if (res[2] == 0x80) {
// Stop the current sounds
- stopAllSounds();
+ stopMusic();
// Lock the new music resource
_soundPlaying = sound;
@@ -478,7 +478,7 @@ void Player_AD::updateMusic() {
_nextEventTimer = 0;
} else {
// Otherwise completely stop playback.
- stopAllSounds();
+ stopMusic();
}
return;
} else if (command == 88) {