diff options
author | Jamieson Christian | 2003-01-10 14:43:25 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-01-10 14:43:25 +0000 |
commit | f61650a07098d987d805df13a4953e5f25c1233f (patch) | |
tree | 2765b3c527f9c4357b73a33c6f5458bca03eafe0 /scumm | |
parent | b942f426706c1d37a9f3b873f2dc0577a8cd299a (diff) | |
download | scummvm-rg350-f61650a07098d987d805df13a4953e5f25c1233f.tar.gz scummvm-rg350-f61650a07098d987d805df13a4953e5f25c1233f.tar.bz2 scummvm-rg350-f61650a07098d987d805df13a4953e5f25c1233f.zip |
Oops, don't enable native MT-32 by default!
svn-id: r6382
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 f7759e81ad..cc44a1bdb8 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 |