[Scummvm-cvs-logs] SF.net SVN: scummvm: [32333] scummvm/branches/gsoc2008-rtl/engines/cine/ main_loop.cpp

cpage88 at users.sourceforge.net cpage88 at users.sourceforge.net
Wed May 28 02:52:45 CEST 2008


Revision: 32333
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32333&view=rev
Author:   cpage88
Date:     2008-05-27 17:52:45 -0700 (Tue, 27 May 2008)

Log Message:
-----------
CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returning to the launcher

Modified Paths:
--------------
    scummvm/branches/gsoc2008-rtl/engines/cine/main_loop.cpp

Modified: scummvm/branches/gsoc2008-rtl/engines/cine/main_loop.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/cine/main_loop.cpp	2008-05-27 23:26:48 UTC (rev 32332)
+++ scummvm/branches/gsoc2008-rtl/engines/cine/main_loop.cpp	2008-05-28 00:52:45 UTC (rev 32333)
@@ -187,6 +187,7 @@
 	uint16 mouseButton;
 
 	quitFlag = 0;
+	exitEngine = 0;
 
 	if (_preLoad == false) {
 		resetSeqList();


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