From f61650a07098d987d805df13a4953e5f25c1233f Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Fri, 10 Jan 2003 14:43:25 +0000 Subject: Oops, don't enable native MT-32 by default! svn-id: r6382 --- scumm/instrument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3