mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make program output even more uniform
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user