aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-25 00:13:32 +0000
committerJohannes Schickel2010-01-25 00:13:32 +0000
commit69071078b331f91e16827f8a29d221b6a9c732e3 (patch)
treedd0f32c5fff9aedce54c6eda4535dde992a886c5 /engines/sci/sound
parent1a6573ab66d90bab9d3f73f26414a0aee05353bd (diff)
downloadscummvm-rg350-69071078b331f91e16827f8a29d221b6a9c732e3.tar.gz
scummvm-rg350-69071078b331f91e16827f8a29d221b6a9c732e3.tar.bz2
scummvm-rg350-69071078b331f91e16827f8a29d221b6a9c732e3.zip
Replace some more Adlib uses by AdLib.
svn-id: r47530
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 6dbadf7db0..eab4d51489 100644
--- a/engines/sci/sound/midiparser_sci.cpp
+++ b/engines/sci/sound/midiparser_sci.cpp
@@ -208,7 +208,7 @@ void MidiParser_SCI::parseNextEvent(EventInfo &info) {
break;
// Unhandled SCI commands
case 0x46: // LSL3 - binoculars
- case 0x61: // Iceman (Adlib?)
+ case 0x61: // Iceman (AdLib?)
case 0x73: // Hoyle
case 0xD1: // KQ4, when riding the unicorn
// Obscure SCI commands - ignored