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