[Scummvm-cvs-logs] SF.net SVN: scummvm: [27457] scummvm/branches/branch-0-10-0/engines/ parallaction/parallaction.cpp

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


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

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

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/engines/parallaction/parallaction.cpp

Modified: scummvm/branches/branch-0-10-0/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/engines/parallaction/parallaction.cpp	2007-06-16 10:38:44 UTC (rev 27456)
+++ scummvm/branches/branch-0-10-0/engines/parallaction/parallaction.cpp	2007-06-16 10:47:09 UTC (rev 27457)
@@ -309,6 +309,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