SoundReader -> RageSoundReader
This commit is contained in:
@@ -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 != "" )
|
||||
|
||||
Reference in New Issue
Block a user