Replace "caprice" with a "showcourse"/"noshowcourse" tag.
This also allows hiding static songs; I added that since it took about four lines extra code. Note that I've updated the Save() function a bit, and fixed some bugs I saw, but it's not used yet and it's no more tested than it was before.
This commit is contained in:
@@ -61,7 +61,7 @@ void CourseContentsList::SetFromCourse( Course* pCourse )
|
||||
{
|
||||
CourseEntryDisplay& display = m_CourseContentDisplays[m_iNumContents];
|
||||
|
||||
if( ci[i].Random )
|
||||
if( ci[i].Mystery )
|
||||
{
|
||||
Difficulty dc = pCourse->GetDifficulty( ci[i] );
|
||||
int iMeterLow, iMeterHigh;
|
||||
|
||||
Reference in New Issue
Block a user