From 2deaf41472bf4226dac2884e3a509de4ccc4accd Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 8 May 2005 04:12:53 +0000 Subject: [PATCH] fix C* --- stepmania/src/PlayerOptions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/PlayerOptions.cpp b/stepmania/src/PlayerOptions.cpp index 3a213b7096..122eed3183 100644 --- a/stepmania/src/PlayerOptions.cpp +++ b/stepmania/src/PlayerOptions.cpp @@ -252,6 +252,8 @@ void PlayerOptions::FromString( CString sOptions, bool bWarnOnInvalid ) else if( sscanf( sBit, "c%f", &level ) == 1 ) { SET_FLOAT( fScrollBPM ) + SET_FLOAT( fTimeSpacing ) + m_fTimeSpacing = 1; } else if( sBit == "clearall" ) Init(); else if( sBit == "boost" ) SET_FLOAT( fAccels[ACCEL_BOOST] )