diff options
author | Ben Castricum | 2014-08-22 06:31:50 +0200 |
---|---|---|
committer | Ben Castricum | 2014-08-22 06:40:06 +0200 |
commit | cb94d1f943031f8481adf398ccb1d6901e10307b (patch) | |
tree | 74ab9512fe7ad23a1931534629e534206d66950c /engines | |
parent | e545a0afc432b19ebfe896ff6f535b3133d5402c (diff) | |
download | scummvm-rg350-cb94d1f943031f8481adf398ccb1d6901e10307b.tar.gz scummvm-rg350-cb94d1f943031f8481adf398ccb1d6901e10307b.tar.bz2 scummvm-rg350-cb94d1f943031f8481adf398ccb1d6901e10307b.zip |
MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sound/drivers/midi.cpp | 2 | ||||
-rw-r--r-- | engines/tsage/sound.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sound/drivers/midi.cpp b/engines/sci/sound/drivers/midi.cpp index 8f535aeddc..80a72b9a6f 100644 --- a/engines/sci/sound/drivers/midi.cpp +++ b/engines/sci/sound/drivers/midi.cpp @@ -956,7 +956,7 @@ int MidiPlayer_Midi::open(ResourceManager *resMan) { if (getSciVersion() >= SCI_VERSION_1_EGA_ONLY) warning("The automatic mapping for General MIDI hasn't been worked on for " "SCI1 games. Music might sound wrong or broken. Please choose another " - "music driver for this game (e.g. Adlib or MT-32) if you are " + "music driver for this game (e.g. AdLib or MT-32) if you are " "experiencing issues with music"); // Modify velocity map to make low velocity notes a little louder diff --git a/engines/tsage/sound.cpp b/engines/tsage/sound.cpp index fee1bd752b..b95b614f09 100644 --- a/engines/tsage/sound.cpp +++ b/engines/tsage/sound.cpp @@ -164,7 +164,7 @@ Common::List<SoundDriverEntry> &SoundManager::buildDriverList(bool detectFlag) { sd._status = detectFlag ? SNDSTATUS_DETECTED : SNDSTATUS_SKIPPED; sd._field2 = 0; sd._field6 = 15000; - sd._shortDescription = "Adlib or SoundBlaster"; + sd._shortDescription = "AdLib or SoundBlaster"; sd._longDescription = "3812fm"; _availableDrivers.push_back(sd); |