submarine dive/surface works

This commit is contained in:
Chris Forbes
2009-12-13 13:05:52 +13:00
parent 170ee73b42
commit 5eb373790b
8 changed files with 62 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenRa.Game
Rules.LoadRules(mapName, useAftermath);
for (int i = 0; i < 8; i++)
players[i] = new Player(i, i, "Multi{0}".F(i), Race.Allies);
players[i] = new Player(i, i, "Multi{0}".F(i), Race.Soviet);
localPlayerIndex = localPlayer;