diff --git a/stepmania/src/PlayerOptions.cpp b/stepmania/src/PlayerOptions.cpp index 1f4995ef08..f57647b833 100644 --- a/stepmania/src/PlayerOptions.cpp +++ b/stepmania/src/PlayerOptions.cpp @@ -44,6 +44,9 @@ void PlayerOptions::Approach( const PlayerOptions& other, float fDeltaSeconds ) #define APP( opt ) \ fapproach( m_ ## opt, other.m_ ## opt, fDeltaSeconds * other.m_Speed ## opt ); + APP( fTimeSpacing ); + APP( fScrollSpeed ); + APP( fScrollBPM ); for( int i=0; i