simplify
This commit is contained in:
@@ -150,8 +150,8 @@ void Profile::InitCourseScores()
|
|||||||
|
|
||||||
void Profile::InitCategoryScores()
|
void Profile::InitCategoryScores()
|
||||||
{
|
{
|
||||||
for( int st=0; st<NUM_STEPS_TYPES; st++ )
|
FOREACH_StepsType( st )
|
||||||
for( int rc=0; rc<NUM_RANKING_CATEGORIES; rc++ )
|
FOREACH_RankingCategory( rc )
|
||||||
m_CategoryHighScores[st][rc].Init();
|
m_CategoryHighScores[st][rc].Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user