explosions

This commit is contained in:
Chris Forbes
2009-10-20 18:47:47 +13:00
parent 7332a8f79a
commit ec60b00f31
6 changed files with 45 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenRa.Game.Graphics
foreach (Actor a in game.world.Actors)
DrawSpriteList(a.Owner, rect, a.Render());
foreach (IEffect e in game.world.Bullets)
foreach (IEffect e in game.world.Effects)
DrawSpriteList(e.Owner, rect, e.Render());
uiOverlay.Draw();