Autosave completed but not tested.

This commit is contained in:
Kyzentun
2015-02-27 10:36:17 -07:00
parent c9232bce37
commit e03efc8c5c
12 changed files with 127 additions and 30 deletions
+4
View File
@@ -719,6 +719,10 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
bHasOwnTiming = false;
pNewNotes->SetSMNoteData( sParams[1] );
pNewNotes->TidyUpData();
// Unlike the song and timing filenames, the steps filenames do
// need to point to the autosave file if that's where they were
// loaded from, because that's where the actual steps data is.
// -Kyz
pNewNotes->SetFilename(sPath);
out.AddSteps( pNewNotes );
}