Added autosave to edit mode.

This commit is contained in:
Kyzentun
2015-02-17 15:37:49 -07:00
parent f1229d29cb
commit c9232bce37
6 changed files with 148 additions and 92 deletions
+2 -1
View File
@@ -105,7 +105,8 @@ bool Steps::GetNoteDataFromSimfile()
RString extension = GetExtension(stepFile);
extension.MakeLower(); // must do this because the code is expecting lowercase
if (extension.empty() || extension == "ssc") // remember cache files.
if (extension.empty() || extension == "ssc"
|| extension == "ats") // remember cache files.
{
SSCLoader loader;
if ( ! loader.LoadNoteDataFromSimfile(stepFile, *this) )