diff options
author | Jamieson Christian | 2003-05-16 02:20:34 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-05-16 02:20:34 +0000 |
commit | 08e0fcbda4d8d8db184b67138b532815f9ed66fa (patch) | |
tree | 5846cdd6f568aee996f5a0bd3477410d55882ced /scumm | |
parent | 7d08aea4cc1f39462e5195da641fe876f4c9c8ad (diff) | |
download | scummvm-rg350-08e0fcbda4d8d8db184b67138b532815f9ed66fa.tar.gz scummvm-rg350-08e0fcbda4d8d8db184b67138b532815f9ed66fa.tar.bz2 scummvm-rg350-08e0fcbda4d8d8db184b67138b532815f9ed66fa.zip |
Disable NATIVE_MT32 by default
svn-id: r7563
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/instrument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/instrument.cpp b/scumm/instrument.cpp index e1f129006c..8ea8e8474d 100644 --- a/scumm/instrument.cpp +++ b/scumm/instrument.cpp @@ -25,7 +25,7 @@ #include "scumm/instrument.h" #include "sound/mididrv.h" -#define NATIVE_MT32 true +#define NATIVE_MT32 false static const byte mt32_to_gm[128] = { // 0 1 2 3 4 5 6 7 8 9 A B C D E F |