unneeded; these are children of m_ListScoreRowItems

This commit is contained in:
Glenn Maynard
2005-09-22 01:22:16 +00:00
parent 701aff5ee8
commit b7d8a64199
-13
View File
@@ -345,19 +345,6 @@ void ScreenRanking::BeginScreen()
FOREACH_CONST( Difficulty, DIFFICULTIES_TO_SHOW.GetValue(), d )
ON_COMMAND( m_sprDifficulty[*d] );
for( unsigned i=0; i<m_vScoreRowItem.size(); ++i )
{
ScoreRowItem &item = m_vScoreRowItem[i];
ON_COMMAND( item.m_sprFrame );
ON_COMMAND( item.m_textTitle );
FOREACH_CONST( Difficulty, DIFFICULTIES_TO_SHOW.GetValue(), d )
{
ON_COMMAND( item.m_textScore[*d] );
}
}
SET_XY_AND_ON_COMMAND( m_ListScoreRowItems );
}