more comment fixes

This commit is contained in:
Glenn Maynard
2003-06-23 22:16:44 +00:00
parent c87e98e29b
commit 7158e8815e
+3 -3
View File
@@ -105,9 +105,9 @@ void ScoreKeeperMAX2::OnNextSong( int iSongInCourseIndex, Notes* pNotes )
}
else
{
/* When we have lots of songs, the scale above has two problems. First,
* it biases too much: in a course with 50 songs, the first song is worth
* 80k, the last 4mil, which is too much of a difference.
/* When we have lots of songs, the scale above biases too much: in a
* course with 50 songs, the first song is worth 80k, the last 4mil, which
* is too much of a difference.
*
* With this, each song in a 50-song course will be worth 2mil. */
m_iMaxPossiblePoints = 100000000 / numSongsInCourse;