From 036a986ce1f56e6cda0617e6e574a875b847911b Mon Sep 17 00:00:00 2001 From: lempamo Date: Thu, 13 Apr 2017 14:04:41 -0400 Subject: WebChat1998 crash works! --- TimeHACK.Main/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TimeHACK.Main/Program.cs') diff --git a/TimeHACK.Main/Program.cs b/TimeHACK.Main/Program.cs index 5c3d46d..1c66b45 100644 --- a/TimeHACK.Main/Program.cs +++ b/TimeHACK.Main/Program.cs @@ -13,6 +13,7 @@ namespace TimeHACK { internal static bool nightly = true; internal static string gameID; + internal static TitleScreen title = null; /// /// The main entry point for the application. @@ -43,7 +44,7 @@ namespace TimeHACK } Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new TitleScreen()); + Application.Run(title = new TitleScreen()); } } } -- cgit v1.2.3