yes, i do want +=

This commit is contained in:
Bob
2010-09-21 00:08:36 +12:00
parent 9eb05a43f9
commit d3db9d3710

View File

@@ -279,9 +279,9 @@ namespace OpenRA
JoinLocal(); JoinLocal();
StartGame(modData.Manifest.ShellmapUid); StartGame(modData.Manifest.ShellmapUid);
Game.BeforeGameStart += () => Widget.OpenWindow("INGAME_ROOT"); Game.BeforeGameStart += () => Widget.OpenWindow("INGAME_ROOT");
Game.ConnectionStateChanged += () => Game.ConnectionStateChanged += () =>
{ {
Widget.CloseWindow(); Widget.CloseWindow();