Use new list input

This commit is contained in:
Matt Nadareski
2020-06-06 13:53:31 -07:00
parent b6e77a31ef
commit f01e47444c
15 changed files with 474 additions and 330 deletions

View File

@@ -260,11 +260,9 @@ namespace SabreTools.Library.DatItems
{
bool dupefound = false;
// If we don't have a rom, return false
// If we don't have a disk, return false
if (this.ItemType != other.ItemType)
{
return dupefound;
}
// Otherwise, treat it as a rom
Disk newOther = (Disk)other;