From 33372bf05e2fd6cd6b7cf59d9e67fc7dad556d27 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 16 Jan 2012 00:31:18 -0600 Subject: [PATCH] fix the crash I was getting when leaving the options. turns out approach for the m-mods was commented for a reason... --- src/PlayerOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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