mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Comment should be null default
This commit is contained in:
@@ -140,7 +140,6 @@ namespace SabreTools.Library.DatFiles
|
|||||||
Machine machine = new Machine
|
Machine machine = new Machine
|
||||||
{
|
{
|
||||||
Name = reader.GetAttribute("name"),
|
Name = reader.GetAttribute("name"),
|
||||||
Comment = string.Empty,
|
|
||||||
Description = reader.GetAttribute("name"),
|
Description = reader.GetAttribute("name"),
|
||||||
CloneOf = reader.GetAttribute("cloneof"),
|
CloneOf = reader.GetAttribute("cloneof"),
|
||||||
RomOf = reader.GetAttribute("romof"),
|
RomOf = reader.GetAttribute("romof"),
|
||||||
|
|||||||
@@ -315,8 +315,6 @@ namespace SabreTools.Library.DatFiles
|
|||||||
RebuildTo = reader.GetAttribute("rebuildto"),
|
RebuildTo = reader.GetAttribute("rebuildto"),
|
||||||
Runnable = reader.GetAttribute("runnable").AsRunnable(), // Used by older DATs
|
Runnable = reader.GetAttribute("runnable").AsRunnable(), // Used by older DATs
|
||||||
|
|
||||||
Comment = string.Empty,
|
|
||||||
|
|
||||||
CloneOf = reader.GetAttribute("cloneof"),
|
CloneOf = reader.GetAttribute("cloneof"),
|
||||||
RomOf = reader.GetAttribute("romof"),
|
RomOf = reader.GetAttribute("romof"),
|
||||||
SampleOf = reader.GetAttribute("sampleof"),
|
SampleOf = reader.GetAttribute("sampleof"),
|
||||||
|
|||||||
Reference in New Issue
Block a user