fix comment

This commit is contained in:
Glenn Maynard
2002-12-21 08:24:34 +00:00
parent f53a120204
commit 8f875e136b
@@ -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;