fix course mod detection

This commit is contained in:
Chris Danford
2004-03-21 16:59:03 +00:00
parent fd248f087b
commit c3cc8eb796
+1 -1
View File
@@ -745,7 +745,7 @@ bool Course::HasMods() const
{
for( unsigned i=0; i<m_entries.size(); i++ )
{
if( !m_entries[i].modifiers.empty() )
if( !m_entries[i].modifiers.empty() || !m_entries[i].attacks.empty() )
return true;
}