diff --git a/OpenRA.Game/Effects/Bullet.cs b/OpenRA.Game/Effects/Bullet.cs index 7630934168..7060fd793e 100755 --- a/OpenRA.Game/Effects/Bullet.cs +++ b/OpenRA.Game/Effects/Bullet.cs @@ -75,7 +75,7 @@ namespace OpenRA.Effects { t += 40; - anim.Tick(); + if (anim != null) anim.Tick(); if (t > TotalTime()) Explode( world );