remove more unused eval metrics
remove separate "course record" and "category record" graphics keep track of personal category records cleanup eval time area
This commit is contained in:
@@ -84,14 +84,14 @@ ScreenNameEntryTraditional::ScreenNameEntryTraditional( CString sClassName ) : S
|
||||
hs.grade = GRADE_A;
|
||||
hs.iScore = 42;
|
||||
int a, b;
|
||||
GAMESTATE->m_pCurNotes[i]->AddHighScore( (PlayerNumber)i, hs, a,b );
|
||||
GAMESTATE->m_pCurNotes[i]->AddHighScore( (PlayerNumber)i, hs, a, b );
|
||||
|
||||
if( i == 0 )
|
||||
{
|
||||
ProfileManager::CategoryData::HighScore hs;
|
||||
hs.iScore = 1234567;
|
||||
StepsType nt = GAMESTATE->GetCurrentStyleDef()->m_StepsType;
|
||||
PROFILEMAN->AddHighScore( nt, RANKING_A, (PlayerNumber)i, hs, a );
|
||||
PROFILEMAN->AddHighScore( nt, RANKING_A, (PlayerNumber)i, hs, a, b );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user