don't save profile steps to main SM's

This commit is contained in:
Glenn Maynard
2004-02-25 23:48:45 +00:00
parent 128dcc7951
commit 3cdbc1f31f
+4
View File
@@ -201,6 +201,10 @@ bool NotesWriterSM::Write(CString sPath, const Song &out, bool bSavingCache)
if( pNotes->IsAutogen() )
continue; /* don't write autogen notes */
/* Only save steps that weren't loaded from a profile. */
if( pNotes->WasLoadedFromProfile() )
continue;
WriteSMNotesTag( *out.m_apNotes[i], f, bSavingCache );
}