mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update enum handling, part 1
This commit is contained in:
@@ -302,7 +302,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
CloneOf = reader.GetAttribute("cloneof"),
|
||||
RomOf = reader.GetAttribute("romof"),
|
||||
SampleOf = reader.GetAttribute("sampleof"),
|
||||
MachineType = (machineType == 0x0 ? MachineType.NULL : machineType),
|
||||
MachineType = (machineType == 0x0 ? MachineType.None : machineType),
|
||||
|
||||
SourceFile = reader.GetAttribute("sourcefile"),
|
||||
Runnable = reader.GetAttribute("runnable").AsRunnable(),
|
||||
|
||||
Reference in New Issue
Block a user