fix "can't turn off C*"

This commit is contained in:
Chris Danford
2005-05-08 22:01:52 +00:00
parent d56a4f28d1
commit 504011ac3f
+2
View File
@@ -248,6 +248,8 @@ void PlayerOptions::FromString( CString sOptions, bool bWarnOnInvalid )
level = strtof( matches[0], &p );
ASSERT( p != matches[0] );
SET_FLOAT( fScrollSpeed )
SET_FLOAT( fTimeSpacing )
m_fTimeSpacing = 0;
}
else if( sscanf( sBit, "c%f", &level ) == 1 )
{