diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 5a2b831b36..ce9f7dacd9 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -572,8 +572,7 @@ int RageSound::GetPCM( char *pBuffer, int iSize, int64_t iFrameno ) return iBytesStored; } -/* Start playing from the current position. If the sound is already - * playing, Stop is called. */ +/* Start playing from the current position. */ void RageSound::StartPlaying() { ASSERT( !m_bPlaying );