From bfcdbae648d3eeee4a93bb4fb55fef8b6a326bdb Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 25 Jan 2010 00:39:46 +0000 Subject: Change some comments to use "AdLib" instead of "adlib". svn-id: r47534 --- engines/lure/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lure/sound.cpp') 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)); -- cgit v1.2.3