[Scummvm-cvs-logs] CVS: scummvm/bs2 maketext.cpp,1.10,1.11 resman.cpp,1.39,1.40

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Sep 22 23:24:09 CEST 2003


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

Modified Files:
	maketext.cpp resman.cpp 
Log Message:
whitespace fixes


Index: maketext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/maketext.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- maketext.cpp	21 Sep 2003 16:11:26 -0000	1.10
+++ maketext.cpp	23 Sep 2003 06:23:29 -0000	1.11
@@ -251,7 +251,7 @@
 	// spriteHeight = tot height of char lines + tot height of separating
 	// lines
 
-	spriteHeight = charHeight * noOfLines + line_spacing*(noOfLines - 1);
+	spriteHeight = charHeight * noOfLines + line_spacing * (noOfLines - 1);
 
 	// total size (no of pixels)
 	sizeOfSprite = spriteWidth * spriteHeight;

Index: resman.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/resman.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- resman.cpp	21 Sep 2003 18:10:12 -0000	1.39
+++ resman.cpp	23 Sep 2003 06:23:29 -0000	1.40
@@ -662,7 +662,7 @@
 	}
 }
 
-uint32 resMan::Res_fetch_len( uint32 res ) {	//Tony27Jan96
+uint32 resMan::Res_fetch_len(uint32 res) {	//Tony27Jan96
 	// returns the total file length of a resource - i.e. all headers are
 	// included too
 
@@ -1178,7 +1178,7 @@
 	uint8 *loadingBar;
 	_cdtEntry *cdt;
 
-	text_spr = MakeTextSprite( FetchTextLine(res_man.Res_open(2283), 8) + 2, 640, 187, speech_font_id);
+	text_spr = MakeTextSprite(FetchTextLine(res_man.Res_open(2283), 8) + 2, 640, 187, speech_font_id);
 
 	frame = (_frameHeader*) text_spr->ad;
 





More information about the Scummvm-git-logs mailing list