split HighScore to separate file
move score data from ProfileManager to Profile store score data in XML for easier forward/backward compatibility
This commit is contained in:
@@ -734,7 +734,7 @@ float ScreenRanking::SetPage( PageToShow pts )
|
||||
if( pts.pCourse->IsOni() )
|
||||
{
|
||||
m_textPoints[l].SetText( ssprintf("%04d",hs.iScore) );
|
||||
m_textTime[l].SetText( SecondsToTime(hs.fSurviveTime) );
|
||||
m_textTime[l].SetText( SecondsToTime(hs.fSurviveSeconds) );
|
||||
m_textScores[l].SetText( "" );
|
||||
} else {
|
||||
m_textPoints[l].SetText( "" );
|
||||
|
||||
Reference in New Issue
Block a user