random does not necessitate secret
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user