Don't allow edits with no valid #NOTES

This commit is contained in:
Devin J. Pohly
2013-05-09 17:45:25 -04:00
parent adb0d5d4a1
commit 8eb76829fb
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -1074,8 +1074,8 @@ bool SMLoader::LoadEditFromMsd( const MsdFile &msd, const RString &sEditFilePath
}
}
return true;
// Edit had no valid #NOTES sections
return false;
}
void SMLoader::GetApplicableFiles( const RString &sPath, vector<RString> &out )