moved NeutralPlayer creation a bit earlier; bridge sections are now owned by NeutralPlayer rather than null

This commit is contained in:
Chris Forbes
2010-03-27 09:41:49 +13:00
parent 2829b0229b
commit 9c0c1e7827
3 changed files with 5 additions and 5 deletions

View File

@@ -289,8 +289,6 @@ namespace OpenRA
if( orderManager.GameStarted ) return;
chat.Reset();
world.AddPlayer(new Player(world, null)); // neutral player
foreach (var c in LobbyInfo.Clients)
world.AddPlayer(new Player(world, c));