[Scummvm-cvs-logs] CVS: scummvm/backends/dc dc.h,1.31,1.32

Max Horn fingolfin at users.sourceforge.net
Thu May 6 02:21:42 CEST 2004


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10955/dc

Modified Files:
	dc.h 
Log Message:
Removed default value for keycolor in the OSystem implementations

Index: dc.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/dc.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- dc.h	5 May 2004 02:30:13 -0000	1.31
+++ dc.h	6 May 2004 09:20:07 -0000	1.32
@@ -85,7 +85,7 @@
   void warpMouse(int x, int y);
 
   // Set the bitmap that's used when drawing the cursor.
-  void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor = 255);
+  void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor);
   
   // Shaking is used in SCUMM. Set current shake position.
   void set_shake_pos(int shake_pos);





More information about the Scummvm-git-logs mailing list