fix selection of phantom units, etc

This commit is contained in:
Chris Forbes
2009-10-10 21:30:47 +13:00
parent 70bc8366a5
commit 0f94af763a
5 changed files with 7 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ namespace OpenRa.Game
Rules.LoadRules();
for( int i = 0 ; i < 8 ; i++ )
players.Add(i, new Player(i, string.Format("Multi{0}", i), OpenRa.TechTree.Race.Soviet));
players.Add(i, new Player(i, string.Format("Multi{0}", i), OpenRa.TechTree.Race.Allies));
map = new Map(new IniFile(FileSystem.Open(mapName)));
FileSystem.Mount(new Package(map.Theater + ".mix"));