[DatFile] Rename helper method

This commit is contained in:
Matt Nadareski
2017-10-05 23:36:45 -07:00
parent 74f27f6030
commit 680b3dec38

View File

@@ -446,7 +446,7 @@ namespace SabreTools.Library.Dats
_sortedBy = SortedBy.Default;
// Now we want to loop through all of the games and set the correct information
AddRomsToParent();
AddRomsFromChildren();
// Now that we have looped through the cloneof tags, we loop through the romof tags
RemoveBiosRomsFromChild();
@@ -806,7 +806,7 @@ namespace SabreTools.Library.Dats
/// <summary>
/// Use cloneof tags to add roms to the parents, removing the child sets in the process
/// </summary>
private void AddRomsToParent()
private void AddRomsFromChildren()
{
List<string> games = Keys.ToList();
foreach (string game in games)