[Scummvm-cvs-logs] SF.net SVN: scummvm:[46557] scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Dec 25 16:58:18 CET 2009


Revision: 46557
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46557&view=rev
Author:   thebluegr
Date:     2009-12-25 15:58:18 +0000 (Fri, 25 Dec 2009)

Log Message:
-----------
Ignore internal SysEx events in the Adlib player

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp

Modified: scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp	2009-12-25 15:44:25 UTC (rev 46556)
+++ scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp	2009-12-25 15:58:18 UTC (rev 46557)
@@ -310,6 +310,8 @@
 	case 0xd0: // Aftertouch
 		// Aftertouch in the OPL thing?
 		break;
+	case 0xf0:	// SysEx, ignore it
+		break;
 	default:
 		warning("ADLIB: Unknown event %02x", command);
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list