actually WORKS now

This commit is contained in:
Chris Forbes
2010-03-17 23:06:29 +13:00
parent e005e9e314
commit c1827e5d25
5 changed files with 31 additions and 23 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenRA
public Player NeutralPlayer
{
get { return players[0]; } // todo, perhaps.
get { return players.Single(p => p.Value.InternalName == "Neutral").Value; }
}
public void SetLocalPlayer(int index)