From 92ea8ad4048679eed400c6dfd64f856767889304 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 25 May 2004 20:47:49 +0000 Subject: [PATCH] comment --- stepmania/src/CourseContentsList.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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++ )