aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/touche/touche.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index dd52a07058..7e3fe67575 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -3358,7 +3358,7 @@ void ToucheEngine::stopMusic() {
if (_midiPlayer)
_midiPlayer->stop();
else {
- _mixer->stopHandle(_speechHandle);
+ _mixer->stopHandle(_musicHandle);
}
}