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
@@ -54,7 +54,7 @@ bool RageSoundReader_Chain::AddSound( RString sPath, float fOffsetSecs, float fP
if( it == m_apLoadedSounds.end() )
{
RString error;
RageSoundReader *pReader = SoundReader_FileReader::OpenFile( sPath, error );
RageSoundReader *pReader = RageSoundReader_FileReader::OpenFile( sPath, error );
if( pReader == NULL )
{
LOG->Warn( "RageSoundReader_Chain: error opening sound \"%s\": %s",