From 55e3391b4f8b7372ebb942bc946c7813a6106599 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Dec 2006 06:57:16 +0000 Subject: [PATCH] this filter doesn't propagate errors; an error in one sound doesn't kill the rest --- stepmania/src/RageSoundReader_Chain.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageSoundReader_Chain.h b/stepmania/src/RageSoundReader_Chain.h index bd8340f792..c521a61bc5 100644 --- a/stepmania/src/RageSoundReader_Chain.h +++ b/stepmania/src/RageSoundReader_Chain.h @@ -41,6 +41,7 @@ public: bool SetProperty( const RString &sProperty, float fValue ); int GetNextSourceFrame() const; float GetStreamToSourceRatio() const; + RString GetError() const { return ""; } private: int GetSampleRateInternal() const;