From 8f875e136b8bd1f5b4108eee714c9e6b8bd9d600 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 21 Dec 2002 08:24:34 +0000 Subject: [PATCH] fix comment --- stepmania/src/arch/Sound/RageSoundDriver_WaveOut.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_WaveOut.cpp b/stepmania/src/arch/Sound/RageSoundDriver_WaveOut.cpp index 7d55e1e9e2..775fe3d143 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_WaveOut.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_WaveOut.cpp @@ -106,8 +106,7 @@ bool RageSound_WaveOut::GetPCM() if(ret != MMSYSERR_NOERROR) RageException::ThrowFatal(wo_ssprintf(ret, "waveOutWrite failed")); - /* Increment last_cursor_pos to point at where the data we're about to - * ask for will actually be played. */ + /* Increment last_cursor_pos. */ last_cursor_pos += chunksize_frames; return true;