undo ProjectileArgs stuff

This commit is contained in:
Chris Forbes
2010-07-22 18:59:41 +12:00
parent 6d527c3668
commit 31d5d18d65
7 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenRA.Mods.Cnc.Effects
void Finish( World world )
{
world.AddFrameEndTask(w => w.Remove(this));
Combat.DoExplosion(firedBy, "IonCannon", target, 0);
Combat.DoExplosion(firedBy, "IonCannon", target.CenterLocation, 0);
}
}
}