[Scummvm-cvs-logs] SF.net SVN: scummvm:[38307] scummvm/trunk/engines/sci/engine/game.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Feb 15 22:39:18 CET 2009


Revision: 38307
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38307&view=rev
Author:   wjpalenstijn
Date:     2009-02-15 21:39:17 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
close sound when exiting

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/game.cpp

Modified: scummvm/trunk/engines/sci/engine/game.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/game.cpp	2009-02-15 21:31:53 UTC (rev 38306)
+++ scummvm/trunk/engines/sci/engine/game.cpp	2009-02-15 21:39:17 UTC (rev 38307)
@@ -732,12 +732,9 @@
 		sci_free(s->execution_stack);
 	}
 
-#if 0
 	sfx_exit(&s->sound);
 /* Reinit because some other code depends on having a valid state */
 	game_init_sound(s, SFX_STATE_FLAG_NOSOUND); 
-#else
-#endif
 
 	sm_destroy(&s->seg_manager);
 	


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