This doesn't even make sense. Having a random entry has nothing to do with it being random. Also, IsRandomSong() always returns false with the current reading logic so the if statement's condition was logically entry.bSecret.
This commit is contained in:
@@ -128,8 +128,8 @@ bool CourseWriterCRS::Write( const Course &course, RageFileBasic &f, bool bSavin
|
||||
f.Write( ":" );
|
||||
|
||||
RString sModifiers = entry.sModifiers;
|
||||
bool bDefaultSecret = entry.IsRandomSong();
|
||||
if( bDefaultSecret != entry.bSecret )
|
||||
|
||||
if( entry.bSecret )
|
||||
{
|
||||
if( sModifiers != "" )
|
||||
sModifiers += ",";
|
||||
|
||||
Reference in New Issue
Block a user