From 8e12e1076d7b86f54276872c2048861cd4ab8def Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 13 Nov 2004 19:28:12 +0000 Subject: [PATCH] add a SHOWFRAME before the END in sprites. --- src/swfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/swfc.c b/src/swfc.c index 17fefe6..57f26f4 100644 --- a/src/swfc.c +++ b/src/swfc.c @@ -618,6 +618,7 @@ static void s_endSprite() currentdepth = stack[stackpos].olddepth; instances = stack[stackpos].oldinstances; + tag = swf_InsertTag(tag, ST_SHOWFRAME); tag = swf_InsertTag(tag, ST_END); tag = stack[stackpos].tag; -- 1.7.10.4