aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
diff options
context:
space:
mode:
authorLionel Ulmer2002-05-08 08:49:23 +0000
committerLionel Ulmer2002-05-08 08:49:23 +0000
commit2676b82833cb20ff9bc287e9f6e82760143f3948 (patch)
treef8ee558bad66a3296a3bb1ca92837227010ea94a /sound/mididrv.cpp
parent96beb07529837e06fcf08308267a608561d8703a (diff)
downloadscummvm-rg350-2676b82833cb20ff9bc287e9f6e82760143f3948.tar.gz
scummvm-rg350-2676b82833cb20ff9bc287e9f6e82760143f3948.tar.bz2
scummvm-rg350-2676b82833cb20ff9bc287e9f6e82760143f3948.zip
Remove the setting of 'adlib_mode' to _RYTHM value (did for testing).
svn-id: r4241
Diffstat (limited to 'sound/mididrv.cpp')
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 646b1180ba..6c3899ad9e 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -1023,7 +1023,7 @@ MidiDriver_MIDIEMU::MidiDriver_MIDIEMU(){
chp[i][2] = 0;
}
- adlib_mode = ADLIB_RYTHM;
+ adlib_mode = ADLIB_MELODIC;
}
int MidiDriver_MIDIEMU::open(int mode) {