aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
diff options
context:
space:
mode:
authorMartin Kiewitz2010-06-28 22:14:03 +0000
committerMartin Kiewitz2010-06-28 22:14:03 +0000
commit668d820afd77ed8efd309f1d380005ab828f9cb8 (patch)
treef17060374c68e9e1fd6f92717c1493d10d62e4f6 /engines/sci/sound
parentee6aebc78022008ba31a8a24441eeaeed804fd78 (diff)
downloadscummvm-rg350-668d820afd77ed8efd309f1d380005ab828f9cb8.tar.gz
scummvm-rg350-668d820afd77ed8efd309f1d380005ab828f9cb8.tar.bz2
scummvm-rg350-668d820afd77ed8efd309f1d380005ab828f9cb8.zip
SCI: its lsl5 sound resource 294, not 274 (changed comment only)
svn-id: r50465
Diffstat (limited to 'engines/sci/sound')
-rw-r--r--engines/sci/sound/midiparser_sci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/midiparser_sci.cpp b/engines/sci/sound/midiparser_sci.cpp
index 241405cb1e..d6c0b2080f 100644
--- a/engines/sci/sound/midiparser_sci.cpp
+++ b/engines/sci/sound/midiparser_sci.cpp
@@ -556,7 +556,7 @@ void MidiParser_SCI::parseNextEvent(EventInfo &info) {
case 7: // channel volume change
if (!_position._play_tick) {
// if this is tried on tick 0, ignore the command
- // this is needed for lsl5 sound resource 274, it sets channel volume to very low at the start
+ // this is needed for lsl5 sound resource 294, it sets channel volume to very low at the start
// sierra sci ignores those
parseNextEvent(_next_event);
return;