some refs to "Game.world" i missed a while ago.

This commit is contained in:
Bob
2010-01-21 13:44:02 +13:00
parent bb5f7dac6b
commit f01990cae1
5 changed files with 9 additions and 9 deletions

View File

@@ -210,7 +210,7 @@ namespace OpenRa
world.CreateActor("mcv", sp, world.players[client.Index]);
}
Game.viewport.GoToStartLocation();
Game.viewport.GoToStartLocation( Game.world.LocalPlayer );
orderManager.StartGame();
}