Fix chronosphere power

This commit is contained in:
Paul Chote
2010-01-09 12:07:17 +13:00
parent 6f28dade1e
commit 5c61f4a79c
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenRa.Game.SupportPowers
public void Activate(SupportPower p)
{
this.p = p;
Game.controller.orderGenerator = new ChronosphereSelectOrderGenerator(this);
Game.controller.orderGenerator = new ChronosphereSelectOrderGenerator(p);
Sound.Play("slcttgt1.aud");
}
}