ignore locked and tutorial songs when choosing songs for random CourseEntries
This commit is contained in:
@@ -92,6 +92,11 @@ void SaveCatalogXml()
|
||||
{
|
||||
Course* pCourse = vpCourses[i];
|
||||
|
||||
// skip non-fixed courses. We don't have any stable data for them other than
|
||||
// the title.
|
||||
if( !pCourse->IsFixed() )
|
||||
continue;
|
||||
|
||||
CourseID courseID;
|
||||
courseID.FromCourse( pCourse );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user