support Course group folders

This commit is contained in:
Chris Danford
2003-04-11 00:29:44 +00:00
parent 6a77bd10a3
commit 423666c845
2 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ void ScreenSelectCourse::AfterCourseChange()
if( pCourse->GetTotalSeconds(fTotalSeconds) )
m_textTime.SetText( SecondsToTime(fTotalSeconds) );
else
m_textTime.SetText( "??:??:??" );
m_textTime.SetText( "xx:xx:xx" ); // The numbers format doesn't have a '?'. Is there a better solution?
m_Banner.LoadFromCourse( pCourse );