Draw shellmap actors

This commit is contained in:
Paul Chote
2010-04-09 21:49:30 +12:00
parent f116455ef6
commit 3bb69c448d
6 changed files with 36 additions and 7 deletions

View File

@@ -146,7 +146,8 @@ namespace OpenRA
public void Tick(World world)
{
if (!Game.IsStarted) return;
if (world.LocalPlayer == null) return;
TickPaletteAnimation();
TickRadarAnimation();