rename RageSoundManager::StopPlayingSound to RageSoundManager::StopPlayingAllCopiesOfSound

This commit is contained in:
Glenn Maynard
2004-04-07 03:42:14 +00:00
parent e1d583dac4
commit 960bc1eaac
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ RageSound *RageSoundManager::PlaySound( RageSound &snd, const RageSoundParams *p
return sound_to_play;
}
void RageSoundManager::StopPlayingSound(RageSound &snd)
void RageSoundManager::StopPlayingAllCopiesOfSound(RageSound &snd)
{
LockMut(lock);