diff --git a/OpenRa.Game/Program.cs b/OpenRa.Game/Program.cs index 6c40336c4c..4592fc56e2 100644 --- a/OpenRa.Game/Program.cs +++ b/OpenRa.Game/Program.cs @@ -27,14 +27,9 @@ namespace OpenRa.Game } } - private static void Run( string[] args ) + static void Run( string[] args ) { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault( false ); - - Settings settings = new Settings( args ); - - new MainWindow( settings ).Run(); + new MainWindow( new Settings( args ) ).Run(); } } } \ No newline at end of file