From c87e98e29b281ce2184cadb48d24737ce71c14f2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 23 Jun 2003 22:16:13 +0000 Subject: [PATCH] also update --- stepmania/src/ScoreKeeperMAX2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ScoreKeeperMAX2.cpp b/stepmania/src/ScoreKeeperMAX2.cpp index 4b1b9766d1..a481d769be 100644 --- a/stepmania/src/ScoreKeeperMAX2.cpp +++ b/stepmania/src/ScoreKeeperMAX2.cpp @@ -101,7 +101,6 @@ void ScoreKeeperMAX2::OnNextSong( int iSongInCourseIndex, Notes* pNotes ) const int courseMult = (numSongsInCourse * (numSongsInCourse + 1)) / 2; ASSERT(courseMult >= 0); - /* This will overflow at about 200 songs. XXX */ m_iMaxPossiblePoints = (100000000 * (iSongInCourseIndex+1)) / courseMult; } else