Make program output even more uniform

This commit is contained in:
Matt Nadareski
2016-04-18 20:04:38 -07:00
parent ccb8864ff2
commit 9663d22274
6 changed files with 55 additions and 31 deletions

View File

@@ -15,7 +15,7 @@ namespace SabreTools
public static void Main(string[] args)
{
Console.Title = "SingleGame " + Build.Version;
Console.Clear();
// Credits take precidence over all
if ((new List<string>(args)).Contains("--credits"))
@@ -30,6 +30,9 @@ namespace SabreTools
return;
}
// Output the title
Build.Start("SingleGame");
_filename = args[0];
if (args.Length > 1)