[DatTools] Attempt to let output format to go into cascade

This commit is contained in:
Matt Nadareski
2016-08-31 17:42:26 -07:00
parent 5bd72c4cc5
commit b63dc1a396

View File

@@ -1773,6 +1773,7 @@ namespace SabreTools.Helper
int i = 0;
userData = new Dat
{
OutputFormat = (inputDat.OutputFormat != OutputFormat.None ? inputDat.OutputFormat : OutputFormat.None),
Files = new Dictionary<string, List<Rom>>(),
MergeRoms = inputDat.MergeRoms,
};