From d3db9d37108b4fbd090ef714268f34c65fab3d6a Mon Sep 17 00:00:00 2001 From: Bob Date: Tue, 21 Sep 2010 00:08:36 +1200 Subject: [PATCH] yes, i do want += --- OpenRA.Game/Game.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 6f67f35fac..41c50e293c 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -279,9 +279,9 @@ namespace OpenRA JoinLocal(); StartGame(modData.Manifest.ShellmapUid); - Game.BeforeGameStart = () => Widget.OpenWindow("INGAME_ROOT"); + Game.BeforeGameStart += () => Widget.OpenWindow("INGAME_ROOT"); - Game.ConnectionStateChanged = () => + Game.ConnectionStateChanged += () => { Widget.CloseWindow(); switch( Game.orderManager.Connection.ConnectionState )