[Scummvm-cvs-logs] SF.net SVN: scummvm: [21738] scummvm/trunk/engines/simon/charset.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sun Apr 9 15:45:01 CEST 2006


Revision: 21738
Author:   kirben
Date:     2006-04-09 15:44:27 -0700 (Sun, 09 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21738&view=rev

Log Message:
-----------
Adjust line breaks, to prevent regression.

Modified Paths:
--------------
    scummvm/trunk/engines/simon/charset.cpp
Modified: scummvm/trunk/engines/simon/charset.cpp
===================================================================
--- scummvm/trunk/engines/simon/charset.cpp	2006-04-09 22:41:52 UTC (rev 21737)
+++ scummvm/trunk/engines/simon/charset.cpp	2006-04-09 22:44:27 UTC (rev 21738)
@@ -317,7 +317,7 @@
 		print_char_helper_1(&chr, 1);
 		print_char_helper_5(_textWindow);
 	} else if (chr == 0 || chr == ' ' || chr == 10) {
-		uint count = (getGameType() == GType_FF) ? _printCharPixelCount + 1: _numLettersToPrint;
+		uint count = (getGameType() == GType_FF) ? _printCharPixelCount + 1: _printCharPixelCount;
 		if (_printCharMaxPos - _printCharCurPos >= count) {
 			_printCharCurPos += _printCharPixelCount;
 			print_char_helper_1(_lettersToPrintBuf, _numLettersToPrint);


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