random does not necessitate secret

This commit is contained in:
Chris Danford
2006-01-09 22:05:01 +00:00
parent 47010623cd
commit a3a01bbb57
+2 -2
View File
@@ -142,11 +142,11 @@ bool CourseLoaderCRS::LoadFromMsd( const CString &sPath, const MsdFile &msd, Cou
} }
else if( sParams[1] == "*" ) else if( sParams[1] == "*" )
{ {
new_entry.bSecret = true; //new_entry.bSecret = true;
} }
else if( sParams[1].Right(1) == "*" ) else if( sParams[1].Right(1) == "*" )
{ {
new_entry.bSecret = true; //new_entry.bSecret = true;
CString sSong = sParams[1]; CString sSong = sParams[1];
sSong.Replace( "\\", "/" ); sSong.Replace( "\\", "/" );
vector<CString> bits; vector<CString> bits;