[Machine] Initialize Infos

This commit is contained in:
Matt Nadareski
2018-01-15 01:21:33 -08:00
parent 26fcf2d9a2
commit 164565ca84

View File

@@ -55,6 +55,7 @@ namespace SabreTools.Library.DatItems
Board = null;
RebuildTo = null;
Devices = null;
Infos = null;
MachineType = MachineType.NULL;
}
@@ -80,6 +81,7 @@ namespace SabreTools.Library.DatItems
Board = null;
RebuildTo = null;
Devices = null;
Infos = null;
MachineType = MachineType.NULL;
}
@@ -110,6 +112,7 @@ namespace SabreTools.Library.DatItems
Board = this.Board,
RebuildTo = this.RebuildTo,
Devices = this.Devices,
Infos = this.Infos,
MachineType = this.MachineType,
};
}