[Scummvm-cvs-logs] CVS: scummvm/bs2 function.cpp,1.17,1.18 maketext.cpp,1.14,1.15

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Sep 29 01:30:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv26580

Modified Files:
	function.cpp maketext.cpp 
Log Message:
Tiny whitespace / comment change.


Index: function.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/function.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- function.cpp	27 Sep 2003 16:10:42 -0000	1.17
+++ function.cpp	29 Sep 2003 06:48:48 -0000	1.18
@@ -433,7 +433,7 @@
 
 			// FIXME: Draw the credits text. The actual text
 			// messages are stored in credits.clu, and I'm guessing
-			// that credits.bmp may be the font.
+			// that credits.bmp or font.clu may be the font.
 
 			ServiceWindows();
 

Index: maketext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/maketext.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- maketext.cpp	27 Sep 2003 11:02:57 -0000	1.14
+++ maketext.cpp	29 Sep 2003 06:48:48 -0000	1.15
@@ -297,7 +297,7 @@
 		// text sprite and inc the sprite ptr by the character's
 		// width minus the 'overlap'
 
-		for(posInLine = 0; posInLine < line[lineNo].length; posInLine++) {
+		for (posInLine = 0; posInLine < line[lineNo].length; posInLine++) {
 			charPtr = FindChar(sentence[pos++], charSet);
 
 #ifdef _SWORD2_DEBUG			





More information about the Scummvm-git-logs mailing list