aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/script.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/script.cpp b/engines/cine/script.cpp
index 813eb0c376..7d6147d6af 100644
--- a/engines/cine/script.cpp
+++ b/engines/cine/script.cpp
@@ -1434,6 +1434,8 @@ void o1_freePartRange() {
assert(startIdx + numIdx <= NUM_MAX_ANIMDATA);
+ g_sound->stopMusic();
+
debugC(5, kCineDebugScript, "Line: %d: freePartRange(%d,%d)", _currentLine, startIdx, numIdx);
freeAnimDataRange(startIdx, numIdx);
}