From 1dd1454de744c1739da9d43c3b4e02fcd382824e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 23 Jun 2003 22:17:40 +0000 Subject: [PATCH] remove old comment --- stepmania/src/ScoreKeeperMAX2.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stepmania/src/ScoreKeeperMAX2.cpp b/stepmania/src/ScoreKeeperMAX2.cpp index 24911bf018..1807f75724 100644 --- a/stepmania/src/ScoreKeeperMAX2.cpp +++ b/stepmania/src/ScoreKeeperMAX2.cpp @@ -273,13 +273,6 @@ void ScoreKeeperMAX2::HandleTapRowScore( TapNoteScore scoreOfLastTap, int iNumTa Note: if you got all Perfect on this song, you would get (p=10)*B, which is 80,000,000. In fact, the maximum possible score for any song is the number of feet difficulty X 10,000,000. - - 3dfsux: - I redid this code so it will store the score as a long, then correct the score for each song based on that value. - m_lScore == p * n - m_fScoreMultiplier = (B/S) - keeping these seperate for as long as possible improves accuracy. - */ AddScore( scoreOfLastTap ); // only score once per row