diff --git a/stepmania/src/RageSoundReader.h b/stepmania/src/RageSoundReader.h index a434d00bc1..5b9775cdd9 100644 --- a/stepmania/src/RageSoundReader.h +++ b/stepmania/src/RageSoundReader.h @@ -17,6 +17,7 @@ public: virtual int GetSampleRate() const = 0; virtual unsigned GetNumChannels() const { return 2; } /* 1 or 2 */ virtual bool IsStreamingFromDisk() const = 0; + virtual bool SetProperty( const RString &sProperty, float fValue ) { return false; } /* GetNextSourceFrame() provides the source frame associated with the next frame * that will be read via Read(). GetStreamToSourceRatio() returns the ratio