mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Need sorting here, or else it fails.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user