[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.35,1.36

Max Horn fingolfin at users.sourceforge.net
Tue Jul 22 13:30:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv32464

Modified Files:
	system.h 
Log Message:
fixed play_cdrom docs

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- system.h	20 Jul 2003 15:31:47 -0000	1.35
+++ system.h	22 Jul 2003 20:29:06 -0000	1.36
@@ -285,12 +285,12 @@
 
 	/**
 	 * Start audio CD playback. 
-	 * @param track			the track to play.
-	 * @param num_loops		how often playback should be repeated (-1 = infinitely often).
-	 * @param start_frame	the frame at which playback should start.
-	 * @param end_frame		the frame at which playback should end.
+	 * @param track		the track to play.
+	 * @param num_loops	how often playback should be repeated (-1 = infinitely often).
+	 * @param start		the frame at which playback should start (75 frames = 1 second).
+	 * @param duration	the number of frames to play.
 	 */
-	virtual void play_cdrom(int track, int num_loops, int start_frame, int end_frame) = 0;
+	virtual void play_cdrom(int track, int num_loops, int start, int duration) = 0;
 
 	/**
 	// Stop audio CD playback





More information about the Scummvm-git-logs mailing list