[Scummvm-cvs-logs] CVS: scummvm/kyra screen.h,1.20,1.21

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Jan 7 04:40:01 CET 2006


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

Modified Files:
	screen.h 
Log Message:
fix warning

Index: screen.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/screen.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- screen.h	6 Jan 2006 10:45:42 -0000	1.20
+++ screen.h	7 Jan 2006 12:39:44 -0000	1.21
@@ -134,7 +134,7 @@
 	int setNewShapeHeight(uint8 *shape, int height);
 	int resetShapeHeight(uint8 *shape);
 	
-	void addBitBlitRect(int x, int y, int w, int w);
+	void addBitBlitRect(int x, int y, int w, int h);
 	void bitBlitRects();
 
 	int _charWidth;





More information about the Scummvm-git-logs mailing list