ignore locked and tutorial songs when choosing songs for random CourseEntries

This commit is contained in:
Chris Danford
2005-03-27 11:52:04 +00:00
parent 03ced3894e
commit 0c37abf400
3 changed files with 46 additions and 17 deletions
+5
View File
@@ -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 );