Kill Util.Centered

This commit is contained in:
Paul Chote
2011-05-04 09:21:30 +12:00
parent 71f79ad068
commit 6495478433
4 changed files with 10 additions and 21 deletions

View File

@@ -24,7 +24,6 @@ namespace OpenRA.Mods.RA.Effects
readonly float2 location;
readonly Actor cargo;
readonly Player owner;
float altitude;
const float fallRate = .3f;
@@ -34,7 +33,6 @@ namespace OpenRA.Mods.RA.Effects
this.location = location;
this.altitude = altitude;
this.cargo = cargo;
this.owner = owner;
var rs = cargo.Trait<RenderSimple>();
var image = rs.anim.Name;