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