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:
Glenn Maynard
2003-07-30 21:33:20 +00:00
parent 83bb528668
commit 7f13b5ce6d
4 changed files with 48 additions and 73 deletions
+1 -1
View File
@@ -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;