Uncommenting these lines from the original #SONG parsing, because I'm not sure why I commented it out to begin with.

This commit is contained in:
Michael Votaw
2024-02-21 17:09:09 -06:00
committed by teejusb
parent 0fe9c71fa3
commit 5b76ab1ba9
+2 -2
View File
@@ -421,12 +421,12 @@ bool CourseLoaderCRS::ParseCourseSong( const MsdFile::value_t &sParams, CourseEn
}
else if( sParams[1] == "*" )
{
//new_entry.bSecret = true;
new_entry.bSecret = true;
}
// group random
else if( sParams[1].Right(1) == "*" )
{
//new_entry.bSecret = true;
new_entry.bSecret = true;
RString sSong = sParams[1];
sSong.Replace( "\\", "/" );
std::vector<RString> bits;