[SabreTools, DatFile, README.1ST] Add output formats to split

This commit is contained in:
Matt Nadareski
2017-11-08 16:44:27 -08:00
parent 6df461b2e9
commit 54fcf3a1b6
5 changed files with 237 additions and 50 deletions

View File

@@ -4780,8 +4780,10 @@ namespace SabreTools.Library.DatFiles
}
// Now re-empty the DAT to make room for the next one
DatFormat tempFormat = DatFormat;
_datHeader = new DatHeader();
ResetDictionary();
DatFormat = tempFormat;
}
}