[Scummvm-cvs-logs] SF.net SVN: scummvm:[41084] scummvm/trunk/engines/gob/gob.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jun 1 00:29:06 CEST 2009


Revision: 41084
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41084&view=rev
Author:   fingolfin
Date:     2009-05-31 22:29:06 +0000 (Sun, 31 May 2009)

Log Message:
-----------
GOB: the Engine destructor already calls Mixer::stopAll()

Modified Paths:
--------------
    scummvm/trunk/engines/gob/gob.cpp

Modified: scummvm/trunk/engines/gob/gob.cpp
===================================================================
--- scummvm/trunk/engines/gob/gob.cpp	2009-05-31 22:19:38 UTC (rev 41083)
+++ scummvm/trunk/engines/gob/gob.cpp	2009-05-31 22:29:06 UTC (rev 41084)
@@ -103,9 +103,6 @@
 
 GobEngine::~GobEngine() {
 	deinitGameParts();
-
-	// Stop all mixer streams (except for the permanent ones).
-	_vm->_mixer->stopAll();
 }
 
 const char *GobEngine::getLangDesc(int16 language) const {


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