fixed #934 -- convert all AttackBase.MuzzleFlash uses to WithMuzzleFlash

This commit is contained in:
Chris Forbes
2011-06-25 11:51:04 +12:00
parent 29b81be5bb
commit 6be55b61aa
4 changed files with 4 additions and 19 deletions

View File

@@ -29,7 +29,6 @@ namespace OpenRA.Mods.RA
public readonly int[] SecondaryLocalOffset = { };
public readonly int[] PrimaryOffset = { 0, 0 };
public readonly int[] SecondaryOffset = null;
public readonly bool MuzzleFlash = false;
public readonly int FireDelay = 0;
public readonly bool AlignIdleTurrets = false;