Fix: Don't double-load the icon row

This commit is contained in:
Charles Lohr
2005-03-28 21:48:30 +00:00
parent a88ed42764
commit f6ccc8f695
-3
View File
@@ -268,10 +268,7 @@ void ScreenNetSelectMusic::HandleScreenMessage( const ScreenMessage SM )
//Update changes
FOREACH_EnabledPlayer(p)
{
m_OptionIconRow[p].Load( p );
m_OptionIconRow[p].Refresh();
}
}
else if( SM == SM_SongChanged )
{