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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Aug 25 17:16:57 CEST 2008


Revision: 34158
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34158&view=rev
Author:   lordhoto
Date:     2008-08-25 15:16:55 +0000 (Mon, 25 Aug 2008)

Log Message:
-----------
Backport of r34157: "Implemented continous screen updating while waiting for text input in v2 GUI. (based on LoK implementation)". Replaces hack introduced in r34148 for NDS backend.

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 15:14:29 UTC (rev 34157)
+++ scummvm/branches/branch-0-12-0/engines/kyra/gui_v2.cpp	2008-08-25 15:16:55 UTC (rev 34158)
@@ -821,9 +821,6 @@
 
 	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