misc whitespace tidyups

This commit is contained in:
Chris Forbes
2012-04-25 21:31:27 +12:00
parent 89025a3042
commit ca1fbb187b
2 changed files with 2 additions and 0 deletions

View File

@@ -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)

View File

@@ -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); }
} }