Change map player clientindex to 0

This commit is contained in:
Scott_NZ
2013-01-21 22:46:20 +13:00
parent 12e1a531fe
commit 8a32e5761c

View File

@@ -68,7 +68,7 @@ namespace OpenRA
else else
{ {
// Map player // Map player
ClientIndex = -1; // Owned by the host (todo: fix this) ClientIndex = 0; // Owned by the host (todo: fix this)
ColorRamp = pr.ColorRamp; ColorRamp = pr.ColorRamp;
PlayerName = pr.Name; PlayerName = pr.Name;
NonCombatant = pr.NonCombatant; NonCombatant = pr.NonCombatant;