This commit is contained in:
Glenn Maynard
2005-04-24 19:27:30 +00:00
parent 1abb3cd8b2
commit 3a5de2fe67
+1 -1
View File
@@ -135,7 +135,7 @@ void Course::LoadFromCRSFile( CString sPath )
m_iLives = atoi( sParams[1] );
else if( 0 == stricmp(sValueName, "GAINSECONDS") )
fGainSeconds = (float)atof( sParams[1] );
fGainSeconds = strtof( sParams[1], NULL );
else if( 0 == stricmp(sValueName, "METER") )
{