From 9c35debd46fef5044bd7e64c35ea143d5b4fb552 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 4 Oct 2011 22:54:02 +1300 Subject: [PATCH] more formatting tidy --- OpenRA.Game/Traits/Health.cs | 3 +-- OpenRA.Game/Traits/Waypoint.cs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/OpenRA.Game/Traits/Health.cs b/OpenRA.Game/Traits/Health.cs index 198383994e..fb142aff40 100755 --- a/OpenRA.Game/Traits/Health.cs +++ b/OpenRA.Game/Traits/Health.cs @@ -27,8 +27,7 @@ namespace OpenRA.Traits { public readonly HealthInfo Info; - [Sync] - int hp; + [Sync] int hp; public int DisplayHp { get; private set; } diff --git a/OpenRA.Game/Traits/Waypoint.cs b/OpenRA.Game/Traits/Waypoint.cs index 04d4ffcef7..9eaae124a0 100644 --- a/OpenRA.Game/Traits/Waypoint.cs +++ b/OpenRA.Game/Traits/Waypoint.cs @@ -20,8 +20,7 @@ namespace OpenRA.Traits class Waypoint : IOccupySpace, ISync { - [Sync] - int2 location; + [Sync] int2 location; public Waypoint(ActorInitializer init) {