diff --git a/src/PlayerOptions.cpp b/src/PlayerOptions.cpp index 8f15b35dcb..ee936cd47c 100644 --- a/src/PlayerOptions.cpp +++ b/src/PlayerOptions.cpp @@ -61,7 +61,7 @@ void PlayerOptions::Approach( const PlayerOptions& other, float fDeltaSeconds ) APPROACH( fTimeSpacing ); APPROACH( fScrollSpeed ); - APPROACH( fMaxScrollBPM ); + //APPROACH( fMaxScrollBPM ); // if uncommented, causes crashes. -aj fapproach( m_fScrollBPM, other.m_fScrollBPM, fDeltaSeconds * other.m_SpeedfScrollBPM*150 ); for( int i=0; i