diff options
| author | Johannes Schickel | 2010-01-12 21:07:56 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2010-01-12 21:07:56 +0000 |
| commit | 0d995c592046aadbfcb8f46a252537da312912c5 (patch) | |
| tree | 95a0a8d25372f887fe656f6ba61f050cc28845d4 /engines/made | |
| parent | 1ebe047972e2df513449db6aa615f6ab17dd6fb7 (diff) | |
| download | scummvm-rg350-0d995c592046aadbfcb8f46a252537da312912c5.tar.gz scummvm-rg350-0d995c592046aadbfcb8f46a252537da312912c5.tar.bz2 scummvm-rg350-0d995c592046aadbfcb8f46a252537da312912c5.zip | |
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company.
Check this for reference:
http://en.wikipedia.org/wiki/Ad_Lib,_Inc.
http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card)
This commit does not touch "adlib" and "ADLIB" uses!
Also it does not update all the SCUMM detection entries, which still use "Adlib".
svn-id: r47279
Diffstat (limited to 'engines/made')
| -rw-r--r-- | engines/made/made.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/made.cpp b/engines/made/made.cpp index d665c66115..1e173c0629 100644 --- a/engines/made/made.cpp +++ b/engines/made/made.cpp @@ -105,7 +105,7 @@ MadeEngine::MadeEngine(OSystem *syst, const MadeGameDescription *gameDesc) : Eng _music = new MusicPlayer(driver); _music->setNativeMT32(native_mt32); - //_music->setAdlib(adlib); + //_music->setAdLib(adlib); // Set default sound frequency switch (getGameID()) { |
