remove old url reference; this code is just a generic weighting system now

This commit is contained in:
Glenn Maynard
2005-03-17 02:14:15 +00:00
parent 96d6cdd9cc
commit 5267cc0941
+1 -3
View File
@@ -103,9 +103,7 @@ Grade PlayerStageStats::GetGrade() const
return GRADE_FAILED; return GRADE_FAILED;
/* XXX: This entire calculation should be in ScoreKeeper, but final evaluation /* XXX: This entire calculation should be in ScoreKeeper, but final evaluation
* is tricky since at that point the ScoreKeepers no longer exist. * is tricky since at that point the ScoreKeepers no longer exist. */
*
* See http://www.aaroninjapan.com/ddr2.html ("Regular play scoring") */
float Possible = 0, Actual = 0; float Possible = 0, Actual = 0;
FOREACH_TapNoteScore( tns ) FOREACH_TapNoteScore( tns )
{ {