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;