This commit is contained in:
Glenn Maynard
2003-02-12 19:39:58 +00:00
parent caee0fc111
commit 8988dab6f7
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ void CourseContentsFrame::SetFromCourse( Course* pCourse )
if( pNotes == NULL )
continue; // skip
printf( "Adding song '%s'\n", pSong->m_sMainTitle.GetString() );
LOG->Trace( "Adding song '%s'\n", pSong->m_sMainTitle.GetString() );
m_CourseContentDisplays[m_iNumContents].Load( m_iNumContents+1, pSong, pNotes );
m_CourseContentDisplays[m_iNumContents].SetXY( 0, -((MAX_VISIBLE_CONTENTS-1)/2) * float(ContentsBarHeight) );
m_CourseContentDisplays[m_iNumContents].StopTweening();
@@ -120,7 +120,7 @@ void CourseContentsFrame::SetFromCourse( Course* pCourse )
m_iNumContents ++;
}
printf( "m_iNumContents is %d\n", m_iNumContents );
LOG->Trace( "m_iNumContents is %d\n", m_iNumContents );
}
void CourseContentsFrame::Update( float fDeltaTime )