Need sorting here, or else it fails.

This commit is contained in:
Matt Nadareski
2016-04-22 15:27:57 -07:00
parent e7683235ba
commit 8c8eba97fe

View File

@@ -143,6 +143,9 @@ namespace SabreTools
A = RomManipulation.Merge(A);
}
// Sort the file by names for ease
RomManipulation.Sort(A, false);
// Now write the file out
Output.WriteToDat(_name, _desc, _version, _date, _cat, _author, _forceunpack, _old, "", A, _logger);