s/StopPlaying/SoundIsFinishedPlaying/

This commit is contained in:
Glenn Maynard
2004-04-07 07:42:55 +00:00
parent 66337428c7
commit 6d79666fb0
@@ -180,7 +180,7 @@ void RageSound_ALSA9::Update(float delta)
/* The sound has stopped and flushed all of its buffers. */
if( str[i]->snd != NULL )
str[i]->snd->StopPlaying();
str[i]->snd->SoundIsFinishedPlaying();
str[i]->snd = NULL;
str[i]->pcm->Stop();