SCI: extending comment for prev. commit
svn-id: r52606
This commit is contained in:
parent
d618678982
commit
624d06b684
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue