Change IFacing.TurnSpeed to WAngle.

This commit is contained in:
Paul Chote
2020-06-03 18:01:15 +01:00
committed by teinarss
parent 6adf45bcb4
commit 803b930405
8 changed files with 18 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ namespace OpenRA.Mods.Cnc.Traits
public CPos TopLeft { get { return self.World.Map.CellContaining(CenterPosition); } }
// Isn't used anyway
public int TurnSpeed { get { return 255; } }
public WAngle TurnSpeed { get { return WAngle.Zero; } }
CPos cachedLocation;