SoundReader -> RageSoundReader

This commit is contained in:
Glenn Maynard
2006-11-29 09:16:59 +00:00
parent c68c60c67a
commit c895f1c29c
+1 -1
View File
@@ -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 != "" )