aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/script.cpp')
-rw-r--r--engines/cine/script.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cine/script.cpp b/engines/cine/script.cpp
index 7d6147d6af..813eb0c376 100644
--- a/engines/cine/script.cpp
+++ b/engines/cine/script.cpp
@@ -1434,8 +1434,6 @@ 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);
}