fix the crash I was getting when leaving the options. turns out approach for the m-mods was commented for a reason...

This commit is contained in:
AJ Kelly
2012-01-16 00:31:18 -06:00
parent 1de4826667
commit 33372bf05e
+1 -1
View File
@@ -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<NUM_ACCELS; i++ )
APPROACH( fAccels[i] );