From ef7102083530611d43946533aabe5d70c4e704cb Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 24 Sep 2011 21:26:56 +1200 Subject: [PATCH] style issue on CncLoadScreen --- OpenRA.Mods.Cnc/CncLoadScreen.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OpenRA.Mods.Cnc/CncLoadScreen.cs b/OpenRA.Mods.Cnc/CncLoadScreen.cs index ddd69eda5b..a9743c3e8e 100644 --- a/OpenRA.Mods.Cnc/CncLoadScreen.cs +++ b/OpenRA.Mods.Cnc/CncLoadScreen.cs @@ -116,10 +116,7 @@ namespace OpenRA.Mods.Cnc r.EndFrame(nih); } - public void StartGame() - { - TestAndContinue(); - } + public void StartGame() { TestAndContinue(); } void TestAndContinue() {