This commit is contained in:
Paul Chote
2011-06-21 03:40:39 +12:00
parent ce65127e34
commit 1cdfd44d43
2 changed files with 12 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ namespace OpenRA
else
{
// Map player
ClientIndex = 0; /* it's a map player, "owned" by host */
ClientIndex = 0; // Owned by the host (todo: fix this)
ColorRamp = pr.ColorRamp;
PlayerName = pr.Name;
NonCombatant = pr.NonCombatant;