[DatFile] Dictionary methods reorg + rename

This commit is contained in:
Matt Nadareski
2017-09-25 14:28:55 -07:00
parent 67e7d12d63
commit 95d6d9829b
4 changed files with 31 additions and 31 deletions

View File

@@ -46,8 +46,8 @@ namespace SabreTools.Library.Dats
_sortedBy = bucketBy;
// Clone the current dictionary into a new one for sorting then reset the internal one
SortedDictionary<string, List<DatItem>> sortable = this.CloneFiles();
this.Reset();
SortedDictionary<string, List<DatItem>> sortable = this.CloneDictionary();
this.ResetDictionary();
Globals.Logger.User("Organizing roms by {0}" + (deduperoms != DedupeType.None ? " and merging" : ""), bucketBy);