X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fswfc.c;h=57f26f40437d1d73d9366e3909641976c5e62e84;hb=4461ee0f7fad532c3443a67ca46da207f579adb5;hp=17fefe6b853ce4c5464b9403c69273f17eba2070;hpb=a7aa3064bef38531917c0f32f020ff75723cf2e2;p=swftools.git 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;