Fixed RevertFromDisk by making it turn off the InStepEditor flag while reloading the song. Removed redundant call of loaderSSC.TidyUpData from NotesLoader::LoadFromDir because loaderSSC.LoadFromDir calls it.

This commit is contained in:
Kyzentun
2015-04-13 10:33:09 -06:00
parent bac4356672
commit b04e7faec6
2 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -35,8 +35,7 @@ bool NotesLoader::LoadFromDir( const RString &sPath, Song &out, set<RString> &Bl
if( !list.empty() )
{
if( !loaderSSC.LoadFromDir( sPath, out, load_autosave ) )
return false;
loaderSSC.TidyUpData( out, false );
{ return false; }
return true;
}
SMALoader loaderSMA;