[Scummvm-cvs-logs] SF.net SVN: scummvm: [27458] scummvm/trunk/engines/parallaction/ parallaction.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 16 12:47:28 CEST 2007


Revision: 27458
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27458&view=rev
Author:   Kirben
Date:     2007-06-16 03:47:27 -0700 (Sat, 16 Jun 2007)

Log Message:
-----------
Fix quit command failing in certain locations (ie character/language selection) for now.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-06-16 10:47:09 UTC (rev 27457)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-06-16 10:47:27 UTC (rev 27458)
@@ -315,6 +315,7 @@
 
 		case Common::EVENT_QUIT:
 			_engineFlags |= kEngineQuit;
+			g_system->quit();
 			break;
 
 		default:


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