From 5267cc09410ca8930fd2cdd242cfa5d41d7d11e4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 17 Mar 2005 02:14:15 +0000 Subject: [PATCH] remove old url reference; this code is just a generic weighting system now --- stepmania/src/PlayerStageStats.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/PlayerStageStats.cpp b/stepmania/src/PlayerStageStats.cpp index 498c8c511b..61f16f55de 100644 --- a/stepmania/src/PlayerStageStats.cpp +++ b/stepmania/src/PlayerStageStats.cpp @@ -103,9 +103,7 @@ Grade PlayerStageStats::GetGrade() const return GRADE_FAILED; /* XXX: This entire calculation should be in ScoreKeeper, but final evaluation - * is tricky since at that point the ScoreKeepers no longer exist. - * - * See http://www.aaroninjapan.com/ddr2.html ("Regular play scoring") */ + * is tricky since at that point the ScoreKeepers no longer exist. */ float Possible = 0, Actual = 0; FOREACH_TapNoteScore( tns ) {