strtof -> StringToFloat.

This commit is contained in:
Steve Checkoway
2006-06-12 06:42:25 +00:00
parent b61e1638dc
commit d2f3a14495
12 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void RadarValues::FromString( RString sRadarValues )
}
FOREACH_RadarCategory(rc)
m_Values.f[rc] = strtof( saValues[rc], NULL );
m_Values.f[rc] = StringToFloat( saValues[rc] );
}