From f5d8bb1d5e0c9e3d559d263bf7f02ca5a447e978 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Thu, 24 Dec 2009 13:20:23 +0000 Subject: SCI: new music code / dont filter channel 15 (control) at any time svn-id: r46526 --- engines/sci/resource.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') 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; } -- cgit v1.2.3