This commit is contained in:
Chris Forbes
2010-01-14 21:05:25 +13:00
parent 9b90ac1f3f
commit 370b7ff1aa
2 changed files with 3 additions and 7 deletions

View File

@@ -30,9 +30,9 @@ namespace OpenRa.Game
public Shroud Shroud = new Shroud();
public Dictionary<string, SupportPower> SupportPowers;
public Player( Actor playerActor, int index, PaletteType palette, string playerName, Race race, string internalName )
public Player( int index, PaletteType palette, string playerName, Race race, string internalName )
{
this.PlayerActor = playerActor;
Game.world.Add(this.PlayerActor = new Actor("Player", new int2(int.MaxValue, int.MaxValue), this));
this.Index = index;
this.Palette = palette;
this.InternalName = internalName;