[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

@@ -18,7 +18,7 @@ namespace SabreTools.Helper
/// Determines the DAT output format
/// </summary>
[Flags]
public enum OutputFormatFlag
public enum OutputFormat
{
Xml = 0x001,
ClrMamePro = 0x002,