fix default Turreted.ROT

This commit is contained in:
Bob
2010-02-07 01:05:50 +13:00
parent c280304875
commit bb10a9b266

View File

@@ -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); }