These three stepchart load methods should set SavedToDisk just like the

SM load method does.
This commit is contained in:
John Bauer
2006-11-04 14:18:26 +00:00
parent e77cf2375f
commit af8c5e7df9
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -279,6 +279,8 @@ bool KSFLoader::LoadFromKSFFile( const RString &sPath, Steps &out, const Song &s
out.TidyUpData();
out.SetSavedToDisk( true ); // we're loading from disk, so this is by definintion already saved
return true;
}