diff options
-rw-r--r-- | engines/agos/midi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/midi.cpp b/engines/agos/midi.cpp index c536e85742..d211b3d51b 100644 --- a/engines/agos/midi.cpp +++ b/engines/agos/midi.cpp @@ -108,7 +108,7 @@ int MidiPlayer::open(int gameType, bool isDemo) { } break; case GType_SIMON2: - _musicMode = kMusicModeMilesAudio; + //_musicMode = kMusicModeMilesAudio; // currently disabled, because there are a few issues // MT32 seems to work fine now, AdLib seems to use bad instruments and is also outputting music on // the right speaker only. The original driver did initialize the panning to 0 and the Simon2 XMIDI |