multiple turrets; turret offsets

This commit is contained in:
Chris Forbes
2009-10-31 14:46:04 +13:00
parent 816c927aa5
commit 4201f40f6b
8 changed files with 41 additions and 8 deletions

View File

@@ -19,7 +19,8 @@ namespace OpenRa.Game
anim = new Animation("explosion");
if (style != 0)
anim.PlayThen(style.ToString(), () => Game.world.AddFrameEndTask(w => w.Remove(this)));
anim.PlayThen(style.ToString(),
() => Game.world.AddFrameEndTask(w => w.Remove(this)));
else
Game.world.AddFrameEndTask(w => w.Remove(this));
}