diff --git a/OpenRa.Game/Traits/Turreted.cs b/OpenRa.Game/Traits/Turreted.cs index a1f190951b..2c74d70f65 100644 --- a/OpenRa.Game/Traits/Turreted.cs +++ b/OpenRa.Game/Traits/Turreted.cs @@ -4,7 +4,7 @@ namespace OpenRa.Traits { class TurretedInfo : ITraitInfo { - public readonly int ROT = 0; + public readonly int ROT = 255; public readonly int InitialFacing = 128; public object Create(Actor self) { return new Turreted(self); }