mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix subdevice parsing
This commit is contained in:
@@ -25,6 +25,7 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <summary>
|
||||
/// Represents parsing and writing of an SabreDat XML DAT
|
||||
/// </summary>
|
||||
/// TODO: Verify that all read/write for this DatFile type is correct
|
||||
internal class SabreDat : DatFile
|
||||
{
|
||||
/// <summary>
|
||||
@@ -57,7 +58,6 @@ namespace SabreTools.Library.DatFiles
|
||||
bool remUnicode)
|
||||
{
|
||||
// All XML-derived DATs share a lot in common so it just calls one implementation
|
||||
// TODO: Use the following implementation instead of passing to Logiqx
|
||||
new Logiqx(this, false).ParseFile(filename, sysid, srcid, keep, clean, remUnicode);
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user