[ALL] Rename OutputFormatFlag to OutputFormat

Since the original OutputFormat doesn't exist anymore, adding "Flag" to the var name isn't necessary
This commit is contained in:
Matt Nadareski
2016-09-09 15:51:47 -07:00
parent 9c64d6d442
commit 883860873d
13 changed files with 88 additions and 88 deletions

View File

@@ -304,7 +304,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormatFlag = OutputFormatFlag.Xml,
OutputFormat = OutputFormat.Xml,
MergeRoms = true,
Files = netNew,
};
@@ -317,7 +317,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormatFlag = OutputFormatFlag.Xml,
OutputFormat = OutputFormat.Xml,
MergeRoms = true,
Files = unneeded,
};
@@ -330,7 +330,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormatFlag = OutputFormatFlag.Xml,
OutputFormat = OutputFormat.Xml,
MergeRoms = true,
Files = newMissing,
};
@@ -343,7 +343,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormatFlag = OutputFormatFlag.Xml,
OutputFormat = OutputFormat.Xml,
MergeRoms = true,
Files = have,
};
@@ -417,7 +417,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormatFlag = OutputFormatFlag.Xml,
OutputFormat = OutputFormat.Xml,
MergeRoms = true,
Files = have,
};
@@ -487,7 +487,7 @@ namespace SabreTools
Category = "",
Author = "SabreTools",
ForcePacking = ForcePacking.None,
OutputFormatFlag = OutputFormatFlag.Xml,
OutputFormat = OutputFormat.Xml,
MergeRoms = true,
Files = have,
};