[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.324,1.325

Travis Howell kirben at users.sourceforge.net
Thu Oct 23 22:33:01 CEST 2003


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

Modified Files:
	simon.cpp 
Log Message:

VC warnings


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- simon.cpp	22 Oct 2003 11:15:09 -0000	1.324
+++ simon.cpp	24 Oct 2003 02:26:41 -0000	1.325
@@ -2885,7 +2885,7 @@
 		video_putchar(fcs, *string);
 
 	ha = findEmptyHitArea();
-	ha->x = (fcs->width >> 1) + fcs->x - 3 << 3;
+	ha->x = ((fcs->width >> 1) + (fcs->x - 3)) << 3;
 	ha->y = (fcs->height << 3) + fcs->y - 8;
 	ha->width = 48;
 	ha->height = 8;





More information about the Scummvm-git-logs mailing list