Merge branch 'master' of git://github.com/chrisforbes/OpenRA

This commit is contained in:
Chris Forbes
2010-02-07 01:05:22 +13:00

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