aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/resource.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp
index 33da5a4427..f09bc5e54b 100644
--- a/engines/sci/resource.cpp
+++ b/engines/sci/resource.cpp
@@ -1942,6 +1942,8 @@ int SoundResource::getChannelFilterMask(int hardwareMask) {
}
data++;
}
+ // Play channel 15 anytime (control channel)
+ channelMask |= 0x8000;
}
return channelMask;
}