Fix naming of Player.PlayerReference.

This commit is contained in:
Paul Chote
2011-06-20 00:02:02 +12:00
parent 91b31b1981
commit e7543f28df
5 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenRA
public readonly CountryInfo Country;
public readonly bool NonCombatant = false;
public readonly int ClientIndex;
public readonly PlayerReference PlayerRef;
public readonly PlayerReference PlayerReference;
public bool IsBot;
public Shroud Shroud { get { return World.LocalShroud; }}
@@ -43,7 +43,7 @@ namespace OpenRA
{
World = world;
InternalName = pr.Name;
PlayerRef = pr;
PlayerReference = pr;
string botType = null;
// Real player or host-created bot