Formatting fixes.
Spaces to tabs, indents, etc.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenRA.Mods.RA
|
||||
foreach (var a in Armaments.Where(a => a.Info.Name == info.Guns))
|
||||
{
|
||||
if (!target.IsInRange(self.CenterPosition, a.Weapon.Range))
|
||||
continue;
|
||||
continue;
|
||||
|
||||
var t = Target.FromPos(cp - new WVec(0, a.Weapon.Range.Range / 2, cp.Z).Rotate(WRot.FromFacing(f)));
|
||||
inAttackRange = true;
|
||||
|
||||
Reference in New Issue
Block a user