diff options
author | Lionel Ulmer | 2002-05-08 08:49:23 +0000 |
---|---|---|
committer | Lionel Ulmer | 2002-05-08 08:49:23 +0000 |
commit | 2676b82833cb20ff9bc287e9f6e82760143f3948 (patch) | |
tree | f8ee558bad66a3296a3bb1ca92837227010ea94a /sound | |
parent | 96beb07529837e06fcf08308267a608561d8703a (diff) | |
download | scummvm-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')
-rw-r--r-- | sound/mididrv.cpp | 2 |
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) { |