SoundReader -> RageSoundReader

This commit is contained in:
Glenn Maynard
2006-11-29 02:20:10 +00:00
parent b91f803518
commit f2b893939d
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ void RageSoundManager::DeleteSoundWhenFinished( RageSound *pSound )
/* If the given path is loaded, return a copy; otherwise return NULL.
* It's the caller's responsibility to delete the result. */
SoundReader *RageSoundManager::GetLoadedSound( const RString &sPath_ )
RageSoundReader *RageSoundManager::GetLoadedSound( const RString &sPath_ )
{
LockMut(g_SoundManMutex); /* lock for access to m_mapPreloadedSounds */