aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/sound.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/lure/sound.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/lure/sound.cpp')
-rw-r--r--engines/lure/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/sound.cpp b/engines/lure/sound.cpp
index a7f9af9d78..bdece99dcd 100644
--- a/engines/lure/sound.cpp
+++ b/engines/lure/sound.cpp
@@ -226,8 +226,8 @@ void SoundManager::addSound(uint8 soundIndex, bool tidyFlag) {
if (_isRoland)
newEntry->volume = rec.volume;
- else /* resource volumes do not seem to work well with our adlib emu */
- newEntry->volume = 240; /* 255 causes clipping with adlib */
+ else /* resource volumes do not seem to work well with our AdLib emu */
+ newEntry->volume = 240; /* 255 causes clipping with AdLib */
_activeSounds.push_back(SoundList::value_type(newEntry));