Skip to content

Commit

Permalink
MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Castricum committed Aug 22, 2014
1 parent e545a0a commit cb94d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ For a more comprehensive changelog of the latest experimental code, see:

SCI:
- Added better handling of digital vs. synthesized sound effects. If the
"Mixed Adlib / MIDI mode" checkbox is checked, the engine will prefer
"Mixed AdLib / MIDI mode" checkbox is checked, the engine will prefer
digital sound effects, otherwise their synthesized counterparts will be
preferred instead, if both versions of the same effect exist.

Expand Down
2 changes: 1 addition & 1 deletion engines/sci/sound/drivers/midi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion engines/tsage/sound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit cb94d1f

Please sign in to comment.