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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Feb 22 09:57:19 CET 2008


Revision: 30916
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30916&view=rev
Author:   thebluegr
Date:     2008-02-22 00:57:18 -0800 (Fri, 22 Feb 2008)

Log Message:
-----------
Fix for bug #1893564 - "AGI: Texts messed out in Naturette 1"

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

Modified: scummvm/trunk/engines/agi/text.cpp
===================================================================
--- scummvm/trunk/engines/agi/text.cpp	2008-02-22 07:00:12 UTC (rev 30915)
+++ scummvm/trunk/engines/agi/text.cpp	2008-02-22 08:57:18 UTC (rev 30916)
@@ -600,7 +600,7 @@
 	}
 
 	if (!_game.statusLine) {
-		int l = _game.lineStatus;
+		int l = _game.lineStatus + _game.lineUserInput;
 		clearLines(l, l, 0);
 		flushLines(l, l);
 		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