diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 38e23fe1c1..0eaffd48c9 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -574,10 +574,6 @@ bool RageSound::SetPositionFrames( int iFrames ) return false; } - /* If we're already there, don't do anything. */ - if( m_iSourceFrame == iFrames ) - return true; - int iRet = m_pSource->SetPosition( iFrames ); if( iRet == -1 ) {