i didn't do it! he did it!

This commit is contained in:
Glenn Maynard
2003-02-23 06:56:02 +00:00
parent ba744f1eae
commit 996f89885d
+2 -2
View File
@@ -419,9 +419,9 @@ void SongManager::SaveMachineScoresToDisk()
ASSERT(pCourse); ASSERT(pCourse);
if( pCourse->m_bIsAutoGen ) if( pCourse->m_bIsAutoGen )
LOG->Trace(" %p", pCourse->m_sName.c_str() ); fprintf(fp, "%s\n", pCourse->m_sName.c_str());
else else
LOG->Trace(" %p", pCourse->m_sPath.c_str() ); fprintf(fp, "%s\n", pCourse->m_sPath.c_str());
for( int i=0; i<NUM_NOTES_TYPES; i++ ) for( int i=0; i<NUM_NOTES_TYPES; i++ )
for( int j=0; j<NUM_RANKING_LINES; j++ ) for( int j=0; j<NUM_RANKING_LINES; j++ )