[Scummvm-cvs-logs] SF.net SVN: scummvm: [23603] scummvm/trunk/engines/kyra/kyra3.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Jul 26 22:31:02 CEST 2006


Revision: 23603
Author:   eriktorbjorn
Date:     2006-07-26 13:30:57 -0700 (Wed, 26 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23603&view=rev

Log Message:
-----------
End the Kyra 3 menu screen if _quitFlag is set.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra3.cpp
Modified: scummvm/trunk/engines/kyra/kyra3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra3.cpp	2006-07-26 20:09:12 UTC (rev 23602)
+++ scummvm/trunk/engines/kyra/kyra3.cpp	2006-07-26 20:30:57 UTC (rev 23603)
@@ -102,7 +102,7 @@
 	assert(logo->opened());
 	
 	bool running = true;
-	while (running) {
+	while (running && !_quitFlag) {
 		_screen->_curPage = 0;
 		_screen->clearPage(0);
 


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