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:
Chris Danford
2004-02-10 09:42:01 +00:00
parent 0196abe99b
commit 4f439be739
25 changed files with 1727 additions and 1337 deletions
+2 -2
View File
@@ -432,8 +432,8 @@ void ScreenSelectCourse::AfterCourseChange()
if ( pCourse->IsOni() || pCourse->IsEndless() )
{
/* use survive time */
float fSurviveTime = hsl.GetTopScore().fSurviveTime;
CString s = SecondsToTime(fSurviveTime);
float fSurviveSeconds = hsl.GetTopScore().fSurviveSeconds;
CString s = SecondsToTime(fSurviveSeconds);
/* dim the inital unsignificant digits */
/*XXX we'd like to have a dimmed ':' and '.', but