Merge pull request #5309 from pavlos256/sam-site-starting-state

Fixes #5278: SAM site on the TD shellmap starts open
This commit is contained in:
Matthias Mailänder
2014-05-14 08:25:58 +02:00

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