unfailing order stuff

This commit is contained in:
Chris Forbes
2010-01-09 11:17:59 +13:00
parent f4effd7ebf
commit 8763b3035a
6 changed files with 11 additions and 24 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenRa.Game
SupportPowers = Rules.SupportPowerInfo.ToDictionary(
spi => spi.Key,
spi => new SupportPower(spi.Value, this));
spi => new SupportPower(spi.Key, spi.Value, this));
}
void UpdatePower()