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:
Steve Checkoway
2006-02-21 01:59:36 +00:00
parent 6bc529f51b
commit 2c1324b70b
+2 -2
View File
@@ -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 += ",";