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

Max Horn fingolfin at users.sourceforge.net
Tue Jul 22 16:28:26 CEST 2003


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

Modified Files:
	system.h 
Log Message:
start -> start_frame, to match backends (purely cosmetic :-)

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- system.h	22 Jul 2003 20:29:06 -0000	1.36
+++ system.h	22 Jul 2003 23:27:41 -0000	1.37
@@ -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		the frame at which playback should start (75 frames = 1 second).
-	 * @param duration	the number of frames to play.
+	 * @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 (75 frames = 1 second).
+	 * @param duration		the number of frames to play.
 	 */
-	virtual void play_cdrom(int track, int num_loops, int start, int duration) = 0;
+	virtual void play_cdrom(int track, int num_loops, int start_frame, int duration) = 0;
 
 	/**
 	// Stop audio CD playback





More information about the Scummvm-git-logs mailing list