[DatFile] Use DatHeader and DatStats

This commit is contained in:
Matt Nadareski
2017-10-06 15:49:32 -07:00
parent ada498b415
commit a20be6fc43
6 changed files with 229 additions and 479 deletions

View File

@@ -125,7 +125,7 @@ namespace SabreTools.Library.Dats
// TODO: Create 1G1R logic before write
// If we are removing hashes, do that now
if (_stripHash != 0x0)
if (StripHash != 0x0)
{
StripHashesFromItems();
}