From 88cf307273579ea0448844b7f79560a85f3b2db6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Jul 2003 23:27:41 +0000 Subject: start -> start_frame, to match backends (purely cosmetic :-) svn-id: r9140 --- common/system.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index 34b9275079..96f4378490 100644 --- a/common/system.h +++ b/common/system.h @@ -285,12 +285,12 @@ public: /** * 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 -- cgit v1.2.3