[Scummvm-cvs-logs] CVS: scummvm/sky screen.cpp,1.65,1.66 text.cpp,1.67,1.68

Max Horn fingolfin at users.sourceforge.net
Sun May 8 14:51:14 CEST 2005


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28088/sky

Modified Files:
	screen.cpp text.cpp 
Log Message:
Comply to our coding conventions

Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/screen.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- screen.cpp	6 Apr 2005 19:18:08 -0000	1.65
+++ screen.cpp	8 May 2005 21:49:49 -0000	1.66
@@ -605,7 +605,7 @@
 		drawListNum++;
 
 		drawList = (uint16 *)_skyCompact->fetchCpt(idNum);
-		while(drawList[0]) {
+		while (drawList[0]) {
 			// new_draw_list:
 			while ((drawList[0] != 0) && (drawList[0] != 0xFFFF)) {
 				// back_loop:

Index: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/text.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- text.cpp	13 Mar 2005 14:03:54 -0000	1.67
+++ text.cpp	8 May 2005 21:49:49 -0000	1.68
@@ -328,7 +328,7 @@
 	do {
 		textChar = getTextChar();
 		*dest++ = textChar;	
-	} while(textChar);
+	} while (textChar);
 }
 
 void Text::fnPointerText(uint32 pointedId, uint16 mouseX, uint16 mouseY) {





More information about the Scummvm-git-logs mailing list