[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.35.2.3,1.35.2.4

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Jun 27 20:58:01 CEST 2004


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9600/scummvm/base

Modified Files:
      Tag: branch-0-6-0
	main.cpp 
Log Message:
missed backport one change needed for imuse digital

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.35.2.3
retrieving revision 1.35.2.4
diff -u -d -r1.35.2.3 -r1.35.2.4
--- main.cpp	16 Mar 2004 23:51:33 -0000	1.35.2.3
+++ main.cpp	28 Jun 2004 03:57:17 -0000	1.35.2.4
@@ -257,11 +257,11 @@
 	// Run the game engine
 	engine->go();
 
-	// Stop all sound processing now (this prevents some race conditions later on)
-	system->clear_sound_proc();
-
 	// Free up memory
 	delete engine;
+
+	// Stop all sound processing now (this prevents some race conditions later on)
+	system->clear_sound_proc();
 }
 
 #ifndef _WIN32_WCE





More information about the Scummvm-git-logs mailing list