[Scummvm-cvs-logs] CVS: scummvm/dc dc.h,1.5,1.6 dcmain.cpp,1.9,1.10

Lionel Ulmer bbrox at users.sourceforge.net
Sat May 4 02:56:01 CEST 2002


Update of /cvsroot/scummvm/scummvm/dc
In directory usw-pr-cvs1:/tmp/cvs-serv19137/dc

Modified Files:
	dc.h dcmain.cpp 
Log Message:
Change the 'poperty' call to be 64-bits clean.

Porters, please check that I did not break anything while updating
your ports. Thanks :-)



Index: dc.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dc/dc.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dc.h	18 Apr 2002 23:21:40 -0000	1.5
+++ dc.h	4 May 2002 09:55:10 -0000	1.6
@@ -64,7 +64,7 @@
   void quit();
 
   // Set a parameter
-  uint32 property(int param, uint32 value);
+  uint32 property(int param, Property *value);
 
   static OSystem *create();
 

Index: dcmain.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dc/dcmain.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dcmain.cpp	18 Apr 2002 23:21:40 -0000	1.9
+++ dcmain.cpp	4 May 2002 09:55:10 -0000	1.10
@@ -96,7 +96,7 @@
   // Dummy.  The CD drive takes care of itself.
 }
 
-uint32 OSystem_Dreamcast::property(int param, uint32 value)
+uint32 OSystem_Dreamcast::property(int param, Property *value)
 {
   switch(param) {
 





More information about the Scummvm-git-logs mailing list