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

@@ -18,10 +18,9 @@
*/
#endregion
using System.Collections.Generic;
using OpenRA.Orders;
using OpenRA.Traits;
using OpenRA.Traits.Activities;
using OpenRA.Orders;
namespace OpenRA.Mods.Cnc
{

View File

@@ -18,11 +18,9 @@
*/
#endregion
using System.Collections.Generic;
using System.Linq;
using OpenRA.Mods.Cnc.Effects;
using OpenRA.Traits;
using OpenRA.Orders;
using OpenRA.Traits;
namespace OpenRA.Mods.Cnc
{

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,

View File

@@ -18,10 +18,9 @@
*/
#endregion
using System.Collections.Generic;
using OpenRA.Orders;
using OpenRA.Traits;
using OpenRA.Traits.Activities;
using OpenRA.Orders;
namespace OpenRA.Mods.RA
{

View File

@@ -18,12 +18,10 @@
*/
#endregion
using System.Collections.Generic;
using System.Linq;
using OpenRA.Effects;
using OpenRA.Mods.RA.Effects;
using OpenRA.Traits;
using OpenRA.Orders;
using OpenRA.Traits;
namespace OpenRA.Mods.RA.SupportPowers
{

View File

@@ -12,6 +12,7 @@ Player:
Prerequisites: ATEK
TechLevel: 12
RevealDelay: 15
LaunchSound: satlnch1.aud
ChronoshiftPower:
Image: warpicon
ChargeTime: 7