also update

This commit is contained in:
Glenn Maynard
2003-06-23 22:16:13 +00:00
parent f9a974a949
commit c87e98e29b
-1
View File
@@ -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