diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index 9480b3ecec..00c6d43ceb 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -452,11 +452,15 @@ void SongManager::SaveMachineScoresToDisk() ASSERT(pSong); vector vNotes = pSong->m_apNotes; +/* This prevents the play count from being saved for songs that havn't + * been passed. Though, it seems we only increment this when it's + * passed, anyway ... for( int n=(int)vNotes.size()-1; n>=0; n-- ) { if( vNotes[n]->m_MemCardScores[c].grade <= GRADE_E ) vNotes.erase( vNotes.begin()+n ); } +*/ if( vNotes.size() == 0 ) continue; // skip