From 8758708e5a97f095a4943465ef9a61d4f3c2e873 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 19 Jan 2007 01:07:54 +0000 Subject: [PATCH] update comment --- stepmania/src/RageSound.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 9e20c2cf15..318e39da9c 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -367,12 +367,7 @@ void RageSound::StopPlaying() SOUNDMAN->StopMixing(this); } -/* This is similar to StopPlaying, except it's called by sound drivers when we're done - * playing, rather than by users to as us to stop. (The only difference is that this - * doesn't call SOUNDMAN->StopMixing; there's no reason to tell the sound driver to - * stop mixing, since they're the one telling us we're done.) - * - * This is only called from the main thread. */ +/* This is called by sound drivers when we're done playing. */ void RageSound::SoundIsFinishedPlaying() { if( !m_bPlaying )