[SabreTools, DatFiles/] Fix merging, fix replacement

This commit is contained in:
Matt Nadareski
2017-12-14 14:46:03 -08:00
parent 1503209d99
commit ce4d84c7d4
14 changed files with 48 additions and 24 deletions

View File

@@ -34,6 +34,7 @@ namespace SabreTools.Library.DatFiles
this._datHeader = datFile._datHeader;
this._items = datFile._items;
this._sortedBy = datFile._sortedBy;
this._mergedBy = datFile._mergedBy;
this._datStats = datFile._datStats;
}