diff --git a/trunk/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java b/trunk/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java index cc80a1e23..ccd4a4a48 100644 --- a/trunk/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java +++ b/trunk/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java @@ -103,6 +103,7 @@ public class ActionStoreRegister extends Action { if (stack.peek().equals(obj)) { stack.pop(); stack.push(new PostIncrementTreeItem(this, obj)); + stack.push(obj); return; } }