#361 weap doesnt play sell animation correctly -- fixed

This commit is contained in:
Chris Forbes
2010-11-21 11:14:36 +13:00
parent e4bb788fb9
commit a94b2df865

View File

@@ -68,6 +68,7 @@ namespace OpenRA.Mods.RA.Render
public override void Selling( Actor self )
{
self.Trait<RenderSimple>().anims.Remove( "roof" );
base.Selling(self);
}
}
}