From 0f3ed7e6359fa295f2b1e3a760dbf6a27627a68f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 7 Apr 2004 04:20:32 +0000 Subject: [PATCH] update comment --- stepmania/src/arch/Sound/RageSoundDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver.h b/stepmania/src/arch/Sound/RageSoundDriver.h index a43e288130..8072c7ef32 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver.h +++ b/stepmania/src/arch/Sound/RageSoundDriver.h @@ -23,7 +23,7 @@ public: /* When a sound is finished playing (GetPCM returns less than requested) and * the sound has been completely flushed (so GetPosition is no longer meaningful), - * call RageSoundBase::StopPlaying(). Do *not* call it when StopMixing is called. */ + * call RageSoundBase::SoundIsFinishedPlaying(). */ /* Optional, if needed: */ virtual void Update(float delta) { }