mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix of-tags, more CMP writing
This commit is contained in:
@@ -142,9 +142,9 @@ namespace SabreTools.Library.DatFiles
|
||||
Name = reader.GetAttribute("name"),
|
||||
Comment = string.Empty,
|
||||
Description = reader.GetAttribute("name"),
|
||||
CloneOf = reader.GetAttribute("cloneof") ?? string.Empty,
|
||||
RomOf = reader.GetAttribute("romof") ?? string.Empty,
|
||||
SampleOf = reader.GetAttribute("sampleof") ?? string.Empty,
|
||||
CloneOf = reader.GetAttribute("cloneof"),
|
||||
RomOf = reader.GetAttribute("romof"),
|
||||
SampleOf = reader.GetAttribute("sampleof"),
|
||||
MachineType = (machineType == MachineType.NULL ? MachineType.None : machineType),
|
||||
|
||||
SourceFile = reader.GetAttribute("sourcefile"),
|
||||
|
||||
Reference in New Issue
Block a user