remove cruft
This commit is contained in:
@@ -268,10 +268,7 @@ void Course::LoadFromCRSFile( CString sPath )
|
|||||||
for( int j = (int) mods.size()-1; j >= 0 ; --j )
|
for( int j = (int) mods.size()-1; j >= 0 ; --j )
|
||||||
{
|
{
|
||||||
if( !mods[j].CompareNoCase("showcourse") )
|
if( !mods[j].CompareNoCase("showcourse") )
|
||||||
{
|
|
||||||
LOG->Trace("XXXXXXXXXXXXXX %s", m_sPath.c_str());
|
|
||||||
new_entry.mystery = false;
|
new_entry.mystery = false;
|
||||||
}
|
|
||||||
else if( !mods[j].CompareNoCase("noshowcourse") )
|
else if( !mods[j].CompareNoCase("noshowcourse") )
|
||||||
new_entry.mystery = true;
|
new_entry.mystery = true;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user