[FileTools] Some old CMP dats are not well formed

This commit is contained in:
Matt Nadareski
2016-10-02 20:14:24 -07:00
parent 1d7fc44625
commit d05d2ebe9a

View File

@@ -136,13 +136,15 @@ namespace SabreTools.Helper
{ {
return OutputFormat.DOSCenter; return OutputFormat.DOSCenter;
} }
else
{
return OutputFormat.ClrMamePro;
}
} }
catch (Exception) catch (Exception)
{ {
return 0; return 0;
} }
return 0;
} }
/// <summary> /// <summary>