diff options
| author | Ruediger Hanke | 2002-12-25 21:46:35 +0000 | 
|---|---|---|
| committer | Ruediger Hanke | 2002-12-25 21:46:35 +0000 | 
| commit | 2d46b1e4d78482f5305c81bfdd9a354da1a9f49c (patch) | |
| tree | 19775fccbb6ab490ae2aafefd6d7209829b0fd02 | |
| parent | e1045c16a81529163eac159a00321a30355e8aa6 (diff) | |
| download | scummvm-rg350-2d46b1e4d78482f5305c81bfdd9a354da1a9f49c.tar.gz scummvm-rg350-2d46b1e4d78482f5305c81bfdd9a354da1a9f49c.tar.bz2 scummvm-rg350-2d46b1e4d78482f5305c81bfdd9a354da1a9f49c.zip | |
This could hardly work, how did this change? scratch head" morphos.cpp
svn-id: r6151
| -rw-r--r-- | backends/midi/morphos.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backends/midi/morphos.cpp b/backends/midi/morphos.cpp index b0d200574e..b4f5fd4eff 100644 --- a/backends/midi/morphos.cpp +++ b/backends/midi/morphos.cpp @@ -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) { | 
