remove old url reference; this code is just a generic weighting system now
This commit is contained in:
@@ -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 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user