[Scummvm-cvs-logs] SF.net SVN: scummvm:[36082] scummvm/trunk/engines/agos/input.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jan 27 01:38:57 CET 2009


Revision: 36082
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36082&view=rev
Author:   fingolfin
Date:     2009-01-27 00:38:56 +0000 (Tue, 27 Jan 2009)

Log Message:
-----------
Allow quitting Simon 2 during the intro

Modified Paths:
--------------
    scummvm/trunk/engines/agos/input.cpp

Modified: scummvm/trunk/engines/agos/input.cpp
===================================================================
--- scummvm/trunk/engines/agos/input.cpp	2009-01-26 22:18:26 UTC (rev 36081)
+++ scummvm/trunk/engines/agos/input.cpp	2009-01-27 00:38:56 UTC (rev 36082)
@@ -464,6 +464,9 @@
 			_lastMinute = t1;
 		}
 	}
+	
+	if (shouldQuit())
+		_exitCutscene = true;		
 
 	switch (_keyPressed.keycode) {
 	case Common::KEYCODE_UP:


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