[DatTools] Fix cascaded diff as well

This commit is contained in:
Matt Nadareski
2016-09-10 21:52:02 -07:00
parent 287d19d664
commit 7722a1313e

View File

@@ -2308,6 +2308,7 @@ namespace SabreTools.Helper
diffData.Name += post;
diffData.Description += post;
}
diffData.Files = new Dictionary<string, List<Rom>>();
outDats.Add(diffData);
}
logger.User("Initializing complete in " + DateTime.Now.Subtract(start).ToString(@"hh\:mm\:ss\.fffff"));