From 624d06b6848541c60ff0787cd9e3b9cc604a5576 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 6 Sep 2010 19:03:55 +0000 Subject: SCI: extending comment for prev. commit svn-id: r52606 --- engines/sci/sound/soundcmd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/sound/soundcmd.cpp b/engines/sci/sound/soundcmd.cpp index 31664f56bd..790164cf41 100644 --- a/engines/sci/sound/soundcmd.cpp +++ b/engines/sci/sound/soundcmd.cpp @@ -81,7 +81,8 @@ void SoundCommandParser::processInitSound(reg_t obj) { bool checkAudioResource = getSciVersion() >= SCI_VERSION_1_1; if (g_sci->getGameId() == GID_HOYLE4) checkAudioResource = false; // hoyle 4 has garbled audio resources in place of the sound resources - // if we play those, we will only make the user deaf and break speakers + // if we play those, we will only make the user deaf and break speakers. Sierra SCI doesn't play anything + // on soundblaster. FIXME: check, why this is if (checkAudioResource && _resMan->testResource(ResourceId(kResourceTypeAudio, resourceId))) { // Found a relevant audio resource, play it -- cgit v1.2.3