[Scummvm-cvs-logs] SF.net SVN: scummvm:[38941] scummvm/trunk/engines/sci/sfx/core.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat Feb 28 00:53:52 CET 2009


Revision: 38941
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38941&view=rev
Author:   wjpalenstijn
Date:     2009-02-27 23:53:52 +0000 (Fri, 27 Feb 2009)

Log Message:
-----------
Add FIXME: We need a pcm_device->exit() function,
to release the mixer channel allocated for pcm_device in ScummVM's mixer.

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

Modified: scummvm/trunk/engines/sci/sfx/core.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/core.cpp	2009-02-27 23:38:37 UTC (rev 38940)
+++ scummvm/trunk/engines/sci/sfx/core.cpp	2009-02-27 23:53:52 UTC (rev 38941)
@@ -480,6 +480,8 @@
 
 	song_lib_free(self->songlib);
 
+	// FIXME: We need a pcm_device->exit() function to release the
+	// mixer channel allocated for pcm_device in ScummVM's mixer.
 	pcm_device = NULL;
 
 


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