[Scummvm-cvs-logs] SF.net SVN: scummvm:[34148] scummvm/branches/branch-0-12-0/engines/kyra/ gui_v2.cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Mon Aug 25 15:43:49 CEST 2008


Revision: 34148
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34148&view=rev
Author:   agent-q
Date:     2008-08-25 13:43:47 +0000 (Mon, 25 Aug 2008)

Log Message:
-----------
Kyra: Fix crash on DS because screen is not being updated.

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/kyra/gui_v2.cpp

Modified: scummvm/branches/branch-0-12-0/engines/kyra/gui_v2.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/kyra/gui_v2.cpp	2008-08-25 12:01:27 UTC (rev 34147)
+++ scummvm/branches/branch-0-12-0/engines/kyra/gui_v2.cpp	2008-08-25 13:43:47 UTC (rev 34148)
@@ -820,6 +820,9 @@
 
 	bool running = true;
 	int keys = 0;
+
+	_screen->updateScreen();
+
 	while (_vm->_eventMan->pollEvent(event) && running) {
 		switch (event.type) {
 		case Common::EVENT_QUIT:


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