From c895f1c29c8e4fa0a4451e91463feb47b4b21fd7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 29 Nov 2006 09:16:59 +0000 Subject: [PATCH] SoundReader -> RageSoundReader --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index f1243a5d04..60ab93e7ec 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -407,7 +407,7 @@ void Song::TidyUpData() if( HasMusic() ) { RString error; - SoundReader *Sample = SoundReader_FileReader::OpenFile( GetMusicPath(), error ); + RageSoundReader *Sample = SoundReader_FileReader::OpenFile( GetMusicPath(), error ); /* XXX: Checking if the music file exists eliminates a warning originating from BMS files * (which have no music file, per se) but it's something of a hack. */ if( Sample == NULL && m_sMusicFile != "" )