fix warning

This commit is contained in:
Chris Danford
2005-04-24 11:15:07 +00:00
parent 2a8f30fcd1
commit cc6369f044
2 changed files with 16 additions and 19 deletions
+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 = atof( sParams[1] );
fGainSeconds = (float)atof( sParams[1] );
else if( 0 == stricmp(sValueName, "METER") )
{