[Scummvm-cvs-logs] CVS: scummvm/scumm costume.cpp,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Sat Sep 21 16:47:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv28616

Modified Files:
	costume.cpp 
Log Message:
more warning fixes

Index: costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/costume.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- costume.cpp	1 Sep 2002 15:01:39 -0000	1.6
+++ costume.cpp	21 Sep 2002 23:46:32 -0000	1.7
@@ -725,9 +725,9 @@
 	byte width, height, pcolor;
 	int color;
 	int step = _scaleIndexXStep;
-	uint x;
-	uint y;
-	uint scrheight;
+	int x;
+	int y;
+	int scrheight;
 
 	x = _xpos;
 	y = _ypos;





More information about the Scummvm-git-logs mailing list