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

@@ -36,7 +36,7 @@ namespace OpenRa.Game.SupportPowers
{
this.p = p;
// Pick a building to use
Game.controller.orderGenerator = new IronCurtainOrderGenerator(this);
Game.controller.orderGenerator = new IronCurtainOrderGenerator(p);
Sound.Play("slcttgt1.aud");
}
}