[Scummvm-cvs-logs] SF.net SVN: scummvm: [23958] scummvm/trunk/engines/simon/midiparser_s1d.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Thu Sep 21 03:34:15 CEST 2006


Revision: 23958
          http://svn.sourceforge.net/scummvm/?rev=23958&view=rev
Author:   kirben
Date:     2006-09-20 18:34:10 -0700 (Wed, 20 Sep 2006)

Log Message:
-----------
Re-enable warning for unknown MIDI events

Modified Paths:
--------------
    scummvm/trunk/engines/simon/midiparser_s1d.cpp

Modified: scummvm/trunk/engines/simon/midiparser_s1d.cpp
===================================================================
--- scummvm/trunk/engines/simon/midiparser_s1d.cpp	2006-09-21 01:05:15 UTC (rev 23957)
+++ scummvm/trunk/engines/simon/midiparser_s1d.cpp	2006-09-21 01:34:10 UTC (rev 23958)
@@ -115,7 +115,7 @@
 		// OTherwise fall through to default.
 
 	default:
-		//warning("MidiParser_S1D: Unexpected byte 0x%02X found!\n", (int) info.command());
+		warning("MidiParser_S1D: Unexpected byte 0x%02X found!\n", (int) info.command());
 		break;
 	}
 }


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