mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Replace usages of Name field (nw)
This commit is contained in:
@@ -109,7 +109,6 @@ namespace SabreTools.DatFiles.Formats
|
||||
{
|
||||
var item = new Rom
|
||||
{
|
||||
Name = rom.RomName,
|
||||
Size = NumberHelper.ConvertToInt64(rom.RomSize),
|
||||
CRC = rom.RomCRC,
|
||||
MergeTag = rom.MergeName,
|
||||
@@ -130,6 +129,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
Name = filename,
|
||||
},
|
||||
};
|
||||
item.SetName(rom.RomName);
|
||||
|
||||
// Now process and add the item
|
||||
ParseAddHelper(item, statsOnly);
|
||||
|
||||
Reference in New Issue
Block a user