Fix build... (understatement)

This commit is contained in:
Matt Nadareski
2020-12-13 13:22:06 -08:00
parent 710213ff9d
commit a89297686f
57 changed files with 2277 additions and 2714 deletions

View File

@@ -308,7 +308,7 @@ namespace SabreTools.DatFiles.Formats
// Regular attributes
case "name":
item.SetFields(new Dictionary<Field, string> { [Field.DatItem_Name] = attrVal } );
item.SetFields(new Dictionary<DatItemField, string> { [DatItemField.Name] = attrVal }, null);
break;
case "size":