From: kramm Date: Sat, 13 Nov 2004 19:28:12 +0000 (+0000) Subject: add a SHOWFRAME before the END in sprites. X-Git-Tag: release-0-6-3~176 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=8e12e1076d7b86f54276872c2048861cd4ab8def add a SHOWFRAME before the END in sprites. --- 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;