aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mohawk/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/sound.cpp b/engines/mohawk/sound.cpp
index 9781258e87..a8d185602d 100644
--- a/engines/mohawk/sound.cpp
+++ b/engines/mohawk/sound.cpp
@@ -259,8 +259,8 @@ void Sound::playSLST(uint16 index, uint16 card) {
delete slstStream;
- // No matching records, assume we need to stop all SLST's
- stopAllSLST();
+ // If we have no matching entries, we do nothing and just let
+ // the previous ambient sounds continue.
}
void Sound::playSLST(SLSTRecord slstRecord) {