From 71f3bc0a750515b61664eb1b283ea7b45b650f85 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Dec 2006 10:28:29 +0000 Subject: [PATCH] fix comment --- stepmania/src/RageSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 4ec72c6396..1462a303c8 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -368,7 +368,7 @@ void RageSound::SoundIsFinishedPlaying() if( !m_bPlaying ) return; - /* Lock the mutex after calling UnregisterPlayingSound. We must not make driver + /* Lock the mutex after calling GetPositionSecondsInternal. We must not make driver * calls with our mutex locked (driver mutex < sound mutex). Nobody else will * see our sound as not playing until we set playing to false. */ m_iStoppedSourceFrame = (int) GetPositionSecondsInternal();