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
@@ -187,7 +187,7 @@ void BPMDisplay::SetBPM( const Course* pCourse )
vector<float> BPMS;
for( unsigned i = 0; i < ci.size(); ++i )
{
if( ci[i].Random )
if( ci[i].Mystery )
{
BPMS.push_back( -1 );
continue;