This could hardly work, how did this change? scratch head" morphos.cpp
svn-id: r6151
This commit is contained in:
parent
e1045c16a8
commit
2d46b1e4d7
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void MidiDriver_ETUDE::close()
|
||||||
|
|
||||||
void MidiDriver_ETUDE::send(uint32 b)
|
void MidiDriver_ETUDE::send(uint32 b)
|
||||||
{
|
{
|
||||||
if (_isOpen)
|
if (!_isOpen)
|
||||||
error("MidiDriver_ETUDE::send called but driver was no opened");
|
error("MidiDriver_ETUDE::send called but driver was no opened");
|
||||||
|
|
||||||
if (ScummMidiRequest) {
|
if (ScummMidiRequest) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue