[Scummvm-cvs-logs] SF.net SVN: scummvm:[50165] scummvm/trunk/engines/groovie/music.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Jun 22 21:39:30 CEST 2010


Revision: 50165
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50165&view=rev
Author:   mthreepwood
Date:     2010-06-22 19:39:30 +0000 (Tue, 22 Jun 2010)

Log Message:
-----------
Fix uncompressed MIDI in T7G Mac.

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/music.cpp

Modified: scummvm/trunk/engines/groovie/music.cpp
===================================================================
--- scummvm/trunk/engines/groovie/music.cpp	2010-06-22 19:23:18 UTC (rev 50164)
+++ scummvm/trunk/engines/groovie/music.cpp	2010-06-22 19:39:30 UTC (rev 50165)
@@ -712,7 +712,6 @@
 		file = _vm->_macResFork->getResource(MKID_BE('Midi'), fileref & 0x3FF);
 		if (!file)
 			error("Groovie::Music: Couldn't find resource 0x%04X", fileref);
-		return false;
 	}
 
 	return loadParser(file, loop);


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