actually make it work (except for napalm)

This commit is contained in:
Chris Forbes
2010-04-09 22:35:06 +12:00
parent f849eb824c
commit 6c56ebc7b4
5 changed files with 160 additions and 143 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenRA.Mods.RA
protected override void OnActivate()
{
Game.controller.orderGenerator = new SelectTarget();
Sound.Play("slcttgt1.aud");
Sound.Play(Info.SelectTargetSound);
}
class SelectTarget : IOrderGenerator