mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatItems] Fix build
This commit is contained in:
@@ -580,7 +580,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
ParseAddHelper(blank, clean, remUnicode);
|
ParseAddHelper(blank, clean, remUnicode);
|
||||||
}
|
}
|
||||||
|
|
||||||
block = false, containsItems = false;
|
block = false; containsItems = false;
|
||||||
blockname = ""; tempgamename = ""; gamedesc = ""; cloneof = "";
|
blockname = ""; tempgamename = ""; gamedesc = ""; cloneof = "";
|
||||||
romof = ""; sampleof = ""; year = ""; manufacturer = "";
|
romof = ""; sampleof = ""; year = ""; manufacturer = "";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1007,7 +1007,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
SystemID = sysid,
|
SystemID = sysid,
|
||||||
System = filename,
|
System = filename,
|
||||||
SourceID = srcid,
|
SourceID = srcid,
|
||||||
}
|
};
|
||||||
|
|
||||||
blank.CopyMachineInformation(machine);
|
blank.CopyMachineInformation(machine);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user