[Scummvm-cvs-logs] SF.net SVN: scummvm:[41242] scummvm/trunk/engines/agi/text.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Jun 6 19:40:27 CEST 2009


Revision: 41242
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41242&view=rev
Author:   sev
Date:     2009-06-06 17:40:27 +0000 (Sat, 06 Jun 2009)

Log Message:
-----------
Fix bug #2026570: "SQ2: Prompt disappears when it shouldn't"

Modified Paths:
--------------
    scummvm/trunk/engines/agi/text.cpp

Modified: scummvm/trunk/engines/agi/text.cpp
===================================================================
--- scummvm/trunk/engines/agi/text.cpp	2009-06-06 17:40:09 UTC (rev 41241)
+++ scummvm/trunk/engines/agi/text.cpp	2009-06-06 17:40:27 UTC (rev 41242)
@@ -630,10 +630,14 @@
 		clearLines(_game.lineStatus, _game.lineStatus, 0);
 		flushLines(_game.lineStatus, _game.lineStatus);
 
+#if 0
+		// FIXME: Breaks wrist watch prompt in SQ2
+
 		// Clear the user input line as well when clearing the status line
 		// Fixes bug #1893564 - AGI: Texts messed out in Naturette 1
 		clearLines(_game.lineUserInput, _game.lineUserInput, 0);
 		flushLines(_game.lineUserInput, _game.lineUserInput);
+#endif
 		return;
 	}
 


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