Fixes #5278: SAM site on the TD shellmap starts open

This commit is contained in:
Pavlos Touboulidis
2014-05-14 00:17:24 +03:00
parent 6029890ed8
commit 558924f265

View File

@@ -93,7 +93,7 @@ namespace OpenRA.Mods.RA
public void BuildingComplete(Actor self)
{
if (!skippedMakeAnimation)
if (skippedMakeAnimation)
{
state = PopupState.Closed;
rb.PlayCustomAnimRepeating(self, "closed-idle");