diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/sci/sfx/softseq/adlib.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sfx/softseq/adlib.cpp b/engines/sci/sfx/softseq/adlib.cpp index 7638eb0b8d..fda878e28b 100644 --- a/engines/sci/sfx/softseq/adlib.cpp +++ b/engines/sci/sfx/softseq/adlib.cpp @@ -310,6 +310,8 @@ void MidiDriver_Adlib::send(uint32 b) {  	case 0xd0: // Aftertouch  		// Aftertouch in the OPL thing?  		break; +	case 0xf0:	// SysEx, ignore it +		break;  	default:  		warning("ADLIB: Unknown event %02x", command);  	}  | 
