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 -3
View File
@@ -1084,9 +1084,8 @@ bool SSCLoader::LoadEditFromMsd(const MsdFile &msd,
}
}
//return true;
// only load a SSC edit if it passes the checks. -aj
return bSSCFormat;
// Edit had no valid #NOTES sections
return false;
}
/*