Added : Some missing changes to make WorldGameOver work (ie missing RejoinLobby etc)

Warning: Please add the following manually (if you cant find it):
	in Game.cs
		find
			'case ConnectionState.Connected:'
		add
			if (ConnectedToLobby != null) ConnectedToLobby();

Tried my best to add it in the patch but it failed :(
This commit is contained in:
geckosoft
2010-11-01 05:07:45 +01:00
committed by Chris Forbes
parent c8dbed938a
commit 0112bc4df7
2 changed files with 37 additions and 1 deletions

View File

@@ -276,6 +276,7 @@
<Compile Include="World\SmudgeLayer.cs" />
<Compile Include="Scripting\Media.cs" />
<Compile Include="OpenWidgetAtGameStart.cs" />
<Compile Include="World\WorldGameOver.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">