calculate grade with possible values from radarValues, not from judgement counts from attempted steps

This commit is contained in:
Chris Danford
2005-04-26 04:16:45 +00:00
parent e9c2c4678d
commit 534842c2da
9 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void SMLoader::LoadFromSMTokens(
RadarValues v;
FOREACH_RadarCategory(rc)
v[rc] = strtof( saValues[rc], NULL );
out.SetRadarValues( v );
out.SetCachedRadarValues( v );
}
out.SetSMNoteData(sNoteData);