[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.322,1.323

Travis Howell kirben at users.sourceforge.net
Wed Oct 22 02:46:34 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv3327/simon

Modified Files:
	simon.cpp 
Log Message:

Remove comments


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- simon.cpp	22 Oct 2003 09:17:31 -0000	1.322
+++ simon.cpp	22 Oct 2003 09:20:47 -0000	1.323
@@ -2877,8 +2877,8 @@
 		video_putchar(fcs, *string2);
 
 	fcs->textColumn = (fcs->width >> 1) - 3;
-	fcs->textRow = fcs->height - 1; //height
-	fcs->textLength = 0; // left allign
+	fcs->textRow = fcs->height - 1;
+	fcs->textLength = 0;
 
 	string = "[ OK ]";
 	for (; *string; string++)





More information about the Scummvm-git-logs mailing list