This could hardly work, how did this change? scratch head" morphos.cpp

svn-id: r6151
This commit is contained in:
Ruediger Hanke 2002-12-25 21:46:35 +00:00
parent e1045c16a8
commit 2d46b1e4d7

View File

@ -74,7 +74,7 @@ void MidiDriver_ETUDE::close()
void MidiDriver_ETUDE::send(uint32 b)
{
if (_isOpen)
if (!_isOpen)
error("MidiDriver_ETUDE::send called but driver was no opened");
if (ScummMidiRequest) {