[Scummvm-cvs-logs] CVS: scummvm/backends/wince wince.cpp,1.18,1.19 wince.h,1.6,1.7
Max Horn
fingolfin at users.sourceforge.net
Tue Jul 22 13:37:28 CEST 2003
Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv1455/wince
Modified Files:
wince.cpp wince.h
Log Message:
adjusted to play_cdrom parameter name change in common/system.h
Index: wince.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- wince.cpp 21 Jul 2003 22:30:15 -0000 1.18
+++ wince.cpp 22 Jul 2003 20:36:43 -0000 1.19
@@ -1831,7 +1831,7 @@
/* CDRom Audio */
void OSystem_WINCE3::stop_cdrom() {;}
-void OSystem_WINCE3::play_cdrom(int track, int num_loops, int start_frame, int end_frame) {;}
+void OSystem_WINCE3::play_cdrom(int track, int num_loops, int start_frame, int duration) {;}
bool OSystem_WINCE3::poll_cdrom() {return 0;}
void OSystem_WINCE3::update_cdrom() {;}
Index: wince.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- wince.h 8 Jul 2003 22:44:45 -0000 1.6
+++ wince.h 22 Jul 2003 20:36:43 -0000 1.7
@@ -123,7 +123,7 @@
bool poll_cdrom();
// Play cdrom audio track
- void play_cdrom(int track, int num_loops, int start_frame, int end_frame);
+ void play_cdrom(int track, int num_loops, int start_frame, int duration);
// Stop cdrom audio track
void stop_cdrom();
More information about the Scummvm-git-logs
mailing list