diff options
| -rw-r--r-- | simon/simon.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 7a60e0ee71..79b4ed8255 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -688,8 +688,6 @@ int SimonEngine::init(GameDetector &detector) {  		driver->property(MidiDriver::PROP_CHANNEL_MASK, 0x03FE);  	midi.mapMT32toGM (!(_game & GF_SIMON2) && !(ConfMan.getBool("native_mt32") || (_midiDriver == MD_MT32))); -	if (_midiDriver == MD_MT32) -		midi.setPassThrough(true);  	midi.set_driver(driver);  	int ret = midi.open();  | 
