From 8f26a6c2ecaf2e8659dfa6639910b2cc52235ac0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Nov 2005 18:31:29 +0000 Subject: [PATCH] the sound must not already be playing --- stepmania/src/RageSound.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 );