diff --git a/OpenRA.Mods.Common/Projectiles/Bullet.cs b/OpenRA.Mods.Common/Projectiles/Bullet.cs index 5754dbbe3c..58965b6577 100644 --- a/OpenRA.Mods.Common/Projectiles/Bullet.cs +++ b/OpenRA.Mods.Common/Projectiles/Bullet.cs @@ -112,7 +112,8 @@ namespace OpenRA.Mods.Common.Projectiles readonly WAngle angle; readonly WDist speed; readonly string trailPalette; - readonly ContrailRenderable contrail; + + ContrailRenderable contrail; [Sync] WPos pos, target, source;