[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.43,1.44
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sun Jun 20 12:24:02 CEST 2004
Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22375/scummvm/base
Modified Files:
main.cpp
Log Message:
now it should be in cvs
Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- main.cpp 20 Jun 2004 18:42:58 -0000 1.43
+++ main.cpp 20 Jun 2004 19:23:04 -0000 1.44
@@ -262,11 +262,11 @@
// Run the game engine
engine->go();
- // Stop all sound processing now (this prevents some race conditions later on)
- system->clearSoundCallback();
-
// Free up memory
delete engine;
+
+ // Stop all sound processing now (this prevents some race conditions later on)
+ system->clearSoundCallback();
}
#ifndef _WIN32_WCE
More information about the Scummvm-git-logs
mailing list