diff --git a/stepmania/src/CourseContentsList.cpp b/stepmania/src/CourseContentsList.cpp index cb71c084ce..80c1d7900f 100644 --- a/stepmania/src/CourseContentsList.cpp +++ b/stepmania/src/CourseContentsList.cpp @@ -64,7 +64,8 @@ void CourseContentsList::SetFromCourse( const Course* pCourse ) // FIXME: Is there a better way to handle when players don't have // the same number of TrailEntries? - + // They have to have the same number, and of the same songs, or gameplay + // isn't going to line up. m_iNumContents = 0; for( int i=0; im_vEntries.size(), MAX_TOTAL_CONTENTS); i++ )