[Scummvm-cvs-logs] SF.net SVN: scummvm:[53280] scummvm/trunk/engines/sword25/kernel/ scummvmwindow.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 01:14:23 CEST 2010


Revision: 53280
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53280&view=rev
Author:   sev
Date:     2010-10-12 23:14:23 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Bugfix so that EVENT_QUIT quits the game

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/kernel/scummvmwindow.cpp

Modified: scummvm/trunk/engines/sword25/kernel/scummvmwindow.cpp
===================================================================
--- scummvm/trunk/engines/sword25/kernel/scummvmwindow.cpp	2010-10-12 23:14:04 UTC (rev 53279)
+++ scummvm/trunk/engines/sword25/kernel/scummvmwindow.cpp	2010-10-12 23:14:23 UTC (rev 53280)
@@ -149,8 +149,9 @@
 }
 
 bool ScummVMWindow::ProcessMessages() {
-	// No implementation
-	return true;
+	// All messages are handled separately in the input manager. The only thing we
+	// need to do here is to keep returning whether the window/game is still alive
+	return _WindowAlive;
 }
 
 bool ScummVMWindow::WaitForFocus() {


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