aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/iterator/iterator.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-25 00:39:46 +0000
committerJohannes Schickel2010-01-25 00:39:46 +0000
commitbfcdbae648d3eeee4a93bb4fb55fef8b6a326bdb (patch)
tree967f1fbf29b3112a41eb57b230b5555a8e2d499b /engines/sci/sound/iterator/iterator.cpp
parentc48076ea9c9eaa55413daead112a2489650da12d (diff)
downloadscummvm-rg350-bfcdbae648d3eeee4a93bb4fb55fef8b6a326bdb.tar.gz
scummvm-rg350-bfcdbae648d3eeee4a93bb4fb55fef8b6a326bdb.tar.bz2
scummvm-rg350-bfcdbae648d3eeee4a93bb4fb55fef8b6a326bdb.zip
Change some comments to use "AdLib" instead of "adlib".
svn-id: r47534
Diffstat (limited to 'engines/sci/sound/iterator/iterator.cpp')
-rw-r--r--engines/sci/sound/iterator/iterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/iterator/iterator.cpp b/engines/sci/sound/iterator/iterator.cpp
index d4e79590ca..b1adb55896 100644
--- a/engines/sci/sound/iterator/iterator.cpp
+++ b/engines/sci/sound/iterator/iterator.cpp
@@ -340,7 +340,7 @@ int BaseSongIterator::parseMidiCommand(byte *buf, int *result, SongIteratorChann
}
case 0x04: /* UNKNOWN NYI (happens in LSL2 gameshow) */
case 0x46: /* UNKNOWN NYI (happens in LSL3 binoculars) */
- case 0x61: /* UNKNOWN NYI (special for adlib? Iceman) */
+ case 0x61: /* UNKNOWN NYI (special for AdLib? Iceman) */
case 0x73: /* UNKNOWN NYI (happens in Hoyle) */
case 0xd1: /* UNKNOWN NYI (happens in KQ4 when riding the unicorn) */
return /* Execute next command */