Added autosave to edit mode.

This commit is contained in:
Kyzentun
2015-03-09 19:47:43 -06:00
parent fa0478affa
commit 064aead73c
7 changed files with 150 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) )