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
@@ -541,6 +541,8 @@ bool BMSLoader::LoadFromBMSFile( const RString &sPath, const NameToData_t &mapNa
out.TidyUpData();
out.SetSavedToDisk( true ); // we're loading from disk, so this is by definintion already saved
return true;
}