aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/sound.cpp
diff options
context:
space:
mode:
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));