Merge pull request #77 from lempamo/master

add arg so th can work on wine without crashing (hopefully)
This commit is contained in:
lempamo 2017-05-25 13:05:52 -04:00 committed by GitHub
commit 76e8f1e70d

View file

@ -30,9 +30,9 @@ static class Program
/// Run TitleScreen.cs at launch.
/// </summary>
[STAThread]
static void Main()
static void Main(string[] args)
{
System.Diagnostics.Debugger.Launch();
if (args.Contains("-nd")) System.Diagnostics.Debugger.Launch();
if (nightly == true)
{
try