remove spurious leftovers from prev

This commit is contained in:
Chris Forbes
2010-04-10 14:31:53 +12:00
parent f01bb9b767
commit ba24ffc442
6 changed files with 6 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRA.Mods.RA
Owner.World.AddFrameEndTask(w =>
{
Sound.PlayToPlayer(Owner, "satlnch1.aud");
Sound.PlayToPlayer(Owner, Info.LaunchSound);
w.Add(new SatelliteLaunch(launchSite));
w.Add(new DelayedAction((Info as GpsPowerInfo).RevealDelay * 25,