[Scummvm-cvs-logs] SF.net SVN: scummvm: [32184] scummvm/trunk/engines/kyra/text_mr.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon May 19 22:50:16 CEST 2008


Revision: 32184
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32184&view=rev
Author:   lordhoto
Date:     2008-05-19 13:50:16 -0700 (Mon, 19 May 2008)

Log Message:
-----------
Added a comment to TextDisplayer_MR::preprocessString.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/text_mr.cpp

Modified: scummvm/trunk/engines/kyra/text_mr.cpp
===================================================================
--- scummvm/trunk/engines/kyra/text_mr.cpp	2008-05-19 20:48:31 UTC (rev 32183)
+++ scummvm/trunk/engines/kyra/text_mr.cpp	2008-05-19 20:50:16 UTC (rev 32184)
@@ -57,6 +57,7 @@
 			count = getCharLength(p, textWidth/4);
 			offs = dropCRIntoString(p, count, getCharLength(p, maxTextWidth));
 			p += count + offs;
+			// No update of textWidth here
 		} 
 		
 		if (textWidth > (2*maxTextWidth)) {


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