SoundReader_FileReader -> RageSoundReader_FileReader

This commit is contained in:
Glenn Maynard
2006-11-30 04:22:38 +00:00
parent f41362f7a9
commit cd5f4a6e39
11 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ void Song::TidyUpData()
if( HasMusic() )
{
RString error;
RageSoundReader *Sample = SoundReader_FileReader::OpenFile( GetMusicPath(), error );
RageSoundReader *Sample = RageSoundReader_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 != "" )