Fixed D2K turrets.

This commit is contained in:
atlimit8
2014-07-25 19:53:23 -05:00
parent 72a30e2157
commit 4d23b71f2c
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ namespace OpenRA.Mods.RA.Render
renderBuilding = self.Trait<RenderBuilding>();
var building = self.Trait<Building>();
if (building.UseMakeAnimation)
if (!building.SkipMakeAnimation)
{
renderBuilding.PlayCustomAnimThen(self, info.Sequence, () =>
{