bots choose random colors

This commit is contained in:
Chris Forbes
2010-10-07 07:41:14 +13:00
parent c85503811c
commit 5af8f5e2d9
3 changed files with 12 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ namespace OpenRA
Index = index;
Palette = "player"+index;
Color = pr.Color;
Color2 = pr.Color2;
ClientIndex = 0; /* it's a map player, "owned" by host */