From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- sound/vorbis.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sound/vorbis.h') diff --git a/sound/vorbis.h b/sound/vorbis.h index 98430e6aaa..758bfd9487 100644 --- a/sound/vorbis.h +++ b/sound/vorbis.h @@ -26,7 +26,6 @@ #ifndef SOUND_VORBIS_H #define SOUND_VORBIS_H -#include "common/stdafx.h" #include "common/scummsys.h" #ifdef USE_VORBIS @@ -43,12 +42,12 @@ class AudioStream; /** * Create a new AudioStream from the Ogg Vorbis data in the given stream. * Allows for looping (which is why we require a SeekableReadStream), - * and specifying only a portion of the data to be played, based + * and specifying only a portion of the data to be played, based * on time offsets. * * @param stream the SeekableReadStream from which to read the Ogg Vorbis data * @param disposeAfterUse whether to delete the stream after use - * @param startTime the (optional) time offset in milliseconds from which to start playback + * @param startTime the (optional) time offset in milliseconds from which to start playback * @param duration the (optional) time in milliseconds specifying how long to play * @param numLoops how often the data shall be looped (0 = infinite) * @return a new AudioStream, or NULL, if an error occured -- cgit v1.2.3