more formatting tidy

This commit is contained in:
Chris Forbes
2011-10-04 22:54:02 +13:00
parent dc850d3f73
commit 9c35debd46
2 changed files with 2 additions and 4 deletions

View File

@@ -27,8 +27,7 @@ namespace OpenRA.Traits
{
public readonly HealthInfo Info;
[Sync]
int hp;
[Sync] int hp;
public int DisplayHp { get; private set; }

View File

@@ -20,8 +20,7 @@ namespace OpenRA.Traits
class Waypoint : IOccupySpace, ISync
{
[Sync]
int2 location;
[Sync] int2 location;
public Waypoint(ActorInitializer init)
{