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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon May 18 02:03:30 CEST 2009


Revision: 40672
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40672&view=rev
Author:   lordhoto
Date:     2009-05-18 00:03:27 +0000 (Mon, 18 May 2009)

Log Message:
-----------
Disable GMM save/load in certain scenes.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/gui_lol.cpp

Modified: scummvm/trunk/engines/kyra/gui_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_lol.cpp	2009-05-17 23:57:42 UTC (rev 40671)
+++ scummvm/trunk/engines/kyra/gui_lol.cpp	2009-05-18 00:03:27 UTC (rev 40672)
@@ -702,7 +702,9 @@
 }
 
 void LoLEngine::gui_updateInput() {
-	int inputFlag = checkInput(_activeButtons, true);
+	// TODO: We need to catch all cases where loading is not possible and
+	// set the "mainLoop" parameter to false for them.
+	int inputFlag = checkInput(_activeButtons, !(_updateFlags & 3));
 	if (_preserveEvents)
 		_preserveEvents = false;
 	else


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