[Scummvm-cvs-logs] SF.net SVN: scummvm: [28699] scummvm/trunk/sound/midiparser.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Aug 23 00:43:48 CEST 2007


Revision: 28699
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28699&view=rev
Author:   thebluegr
Date:     2007-08-22 15:43:47 -0700 (Wed, 22 Aug 2007)

Log Message:
-----------
Reverted commit #28696, as the cause for it was different and has been fixed with commit #28697

Modified Paths:
--------------
    scummvm/trunk/sound/midiparser.cpp

Modified: scummvm/trunk/sound/midiparser.cpp
===================================================================
--- scummvm/trunk/sound/midiparser.cpp	2007-08-22 16:00:45 UTC (rev 28698)
+++ scummvm/trunk/sound/midiparser.cpp	2007-08-22 22:43:47 UTC (rev 28699)
@@ -407,11 +407,6 @@
 }
 
 void MidiParser::unloadMusic() {
-	if (_driver) {
-		// Detach the player callback handler, to prevent it from
-		// being called while the music is being unloaded
-		_driver->setTimerCallback(NULL, NULL);
-	}
 	resetTracking();
 	allNotesOff();
 	_num_tracks = 0;


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