mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatItems] Add reading Blanks where appropriate
This commit is contained in:
@@ -2957,7 +2957,10 @@ namespace SabreTools.Library.DatFiles
|
||||
foreach (DatItem item in parentItems)
|
||||
{
|
||||
DatItem datItem = (DatItem)item.Clone();
|
||||
Remove(game, datItem);
|
||||
while (this[game].Contains(datItem))
|
||||
{
|
||||
Remove(game, datItem);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3274,6 +3277,7 @@ namespace SabreTools.Library.DatFiles
|
||||
{
|
||||
case ItemType.Archive:
|
||||
case ItemType.BiosSet:
|
||||
case ItemType.Blank:
|
||||
case ItemType.Release:
|
||||
case ItemType.Sample:
|
||||
key = item.Type.ToString();
|
||||
|
||||
Reference in New Issue
Block a user