successful gamestart; shroud is borked

This commit is contained in:
Chris Forbes
2010-03-17 21:39:16 +13:00
parent 38172dcda5
commit bd35f48e48
4 changed files with 7 additions and 7 deletions

View File

@@ -271,6 +271,8 @@ namespace OpenRA
for (int i = 0; i < 8; i++)
world.players[i] = new Player(world, i, LobbyInfo.Clients.FirstOrDefault(a => a.Index == i));
world.Queries = new World.AllQueries(world);
foreach (var gs in world.WorldActor.traits.WithInterface<IGameStarted>())
gs.GameStarted(world);