add shroud, creates shroud and reveals shroud to syncreport

This commit is contained in:
Matthias Mailänder
2013-03-06 16:05:31 +01:00
parent 3f56e00173
commit 72841a51e6
6 changed files with 18 additions and 25 deletions

View File

@@ -102,12 +102,9 @@ namespace OpenRA.Mods.RA.Air
protected readonly Actor self;
[Sync]
public int Facing { get; set; }
[Sync]
public int Altitude { get; set; }
[Sync]
public PSubPos SubPxPosition;
[Sync] public int Facing { get; set; }
[Sync] public int Altitude { get; set; }
[Sync] public PSubPos SubPxPosition;
public PPos PxPosition { get { return SubPxPosition.ToPPos(); } }
public CPos TopLeft { get { return PxPosition.ToCPos(); } }