misc whitespace tidyups
This commit is contained in:
@@ -58,6 +58,7 @@ namespace OpenRA.Mods.RA
|
|||||||
public void ResolveOrder(Actor self, Order order)
|
public void ResolveOrder(Actor self, Order order)
|
||||||
{
|
{
|
||||||
TargetLocation = null;
|
TargetLocation = null;
|
||||||
|
|
||||||
if (order.OrderString == "AttackMove")
|
if (order.OrderString == "AttackMove")
|
||||||
{
|
{
|
||||||
if (Info.JustMove)
|
if (Info.JustMove)
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ namespace OpenRA.Mods.RA
|
|||||||
{
|
{
|
||||||
public readonly string Name = "shroud";
|
public readonly string Name = "shroud";
|
||||||
public readonly bool IsFog = false;
|
public readonly bool IsFog = false;
|
||||||
|
|
||||||
public object Create(ActorInitializer init) { return new ShroudPalette(this); }
|
public object Create(ActorInitializer init) { return new ShroudPalette(this); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user