i didn't do it! he did it!
This commit is contained in:
@@ -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++ )
|
||||||
|
|||||||
Reference in New Issue
Block a user