remove cruft

This commit is contained in:
Glenn Maynard
2003-09-11 03:36:43 +00:00
parent a061078f1d
commit c8f322ca3c
-3
View File
@@ -268,10 +268,7 @@ void Course::LoadFromCRSFile( CString sPath )
for( int j = (int) mods.size()-1; j >= 0 ; --j )
{
if( !mods[j].CompareNoCase("showcourse") )
{
LOG->Trace("XXXXXXXXXXXXXX %s", m_sPath.c_str());
new_entry.mystery = false;
}
else if( !mods[j].CompareNoCase("noshowcourse") )
new_entry.mystery = true;
else