From d47c4da1cfba378e405a769785938116cc172419 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 19 Apr 2005 03:22:53 +0000 Subject: [PATCH] fix scrollBPM doesn't approach target --- stepmania/src/PlayerOptions.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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